1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 13:35:21 +02:00
openwrt-xburst/target/linux/xburst/files-2.6.27/include/asm-mips/mach-jz4750/jz4750.h
Mirko Vogt dc3d3f1c49 yet another patchset - 2.6.27
it's basically also provided by ingenic and nativly based on 2.6.27,
adjusted to fit into the OpenWrt-environment
2009-10-28 03:13:11 +08:00

45 lines
1.0 KiB
C

/*
* linux/include/asm-mips/mach-jz4750/jz4750.h
*
* JZ4750 common definition.
*
* Copyright (C) 2008 Ingenic Semiconductor Inc.
*
* Author: <cwjia@ingenic.cn>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_JZ4750_H__
#define __ASM_JZ4750_H__
#include <asm/mach-jz4750/regs.h>
#include <asm/mach-jz4750/ops.h>
#include <asm/mach-jz4750/dma.h>
#include <asm/mach-jz4750/misc.h>
/*------------------------------------------------------------------
* Platform definitions
*/
#ifdef CONFIG_JZ4750_FUWA
#include <asm/mach-jz4750/board-fuwa.h>
#endif
#ifdef CONFIG_JZ4750_APUS
#include <asm/mach-jz4750/board-apus.h>
#endif
/* Add other platform definition here ... */
/*------------------------------------------------------------------
* Follows are related to platform definitions
*/
#include <asm/mach-jz4750/clock.h>
#include <asm/mach-jz4750/serial.h>
#endif /* __ASM_JZ4750_H__ */