mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
a09e64fbc0
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
14 lines
193 B
C
14 lines
193 B
C
/*
|
|
* arch/arm/mach-iop32x/include/mach/glantank.h
|
|
*
|
|
* IO-Data GLAN Tank board registers
|
|
*/
|
|
|
|
#ifndef __GLANTANK_H
|
|
#define __GLANTANK_H
|
|
|
|
#define GLANTANK_UART 0xfe800000 /* UART */
|
|
|
|
|
|
#endif
|