Root/target/linux/xburst/files-2.6.32/arch/mips/include/asm/mach-jz4740/jz4740.h

1/*
2 * arch/mips/include/asm/mach-jz4740/jz4740.h
3 * JZ4740 common definition.
4 *
5 * Copyright (C) 2006 - 2007 Ingenic Semiconductor Inc.
6 * Author: <lhhuang@ingenic.cn>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */
12
13#ifndef __ASM_JZ4740_H__
14#define __ASM_JZ4740_H__
15
16#include <asm/mach-jz4740/regs.h>
17#include <asm/mach-jz4740/dma.h>
18
19/*
20 * Platform definitions
21 */
22
23#ifdef CONFIG_JZ4740_QI_LB60
24#include <asm/mach-jz4740/board-qi_lb60.h>
25#endif
26
27#endif /* __ASM_JZ4740_H__ */
28

Archive Download this file



interactive