5886269962
Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
14 lines
187 B
C
14 lines
187 B
C
/*
|
|
* include/asm-arm/arch-iop32x/glantank.h
|
|
*
|
|
* IO-Data GLAN Tank board registers
|
|
*/
|
|
|
|
#ifndef __GLANTANK_H
|
|
#define __GLANTANK_H
|
|
|
|
#define GLANTANK_UART 0xfe800000 /* UART */
|
|
|
|
|
|
#endif
|