mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Add 2.6.31 patches and files.
This commit is contained in:
committed by
Xiangfu Liu
parent
f58d88c0f1
commit
7d446f792e
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* linux/include/asm-mips/jzsoc.h
|
||||
*
|
||||
* Ingenic's JZXXXX SoC common include.
|
||||
*
|
||||
* Copyright (C) 2006 - 2008 Ingenic Semiconductor Inc.
|
||||
*
|
||||
* Author: <jlwei@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_JZSOC_H__
|
||||
#define __ASM_JZSOC_H__
|
||||
|
||||
/*
|
||||
* SoC include
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_SOC_JZ4740
|
||||
#include <asm/mach-jz4740/jz4740.h>
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_JZSOC_H__ */
|
||||
Reference in New Issue
Block a user