Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_SH_HP6XX_IO_H |
2 | #define __ASM_SH_HP6XX_IO_H | ||||
3 | |||||
4 | /* | ||||
5 | * Nothing special here.. just use the generic cchip io routines. | ||||
6 | */ | ||||
Paul Mundt | 6d75e65 | 2006-09-27 13:42:57 +0900 | [diff] [blame] | 7 | #include <asm/hd64461.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
9 | #endif /* __ASM_SH_HP6XX_IO_H */ | ||||
10 |