blob: 63f703ecd23c3ee39a70da79b12753c8ee5777c9 [file] [log] [blame]
David Gibson2cd97642007-05-08 12:59:30 +10001#ifndef __POWERPC_PLATFORMS_44X_44X_H
2#define __POWERPC_PLATFORMS_44X_44X_H
3
David Gibsond9b55a02007-05-08 12:59:31 +10004extern u8 as1_readb(volatile u8 __iomem *addr);
5extern void as1_writeb(u8 data, volatile u8 __iomem *addr);
David Gibson2cd97642007-05-08 12:59:30 +10006
Rupjyoti Sarmah8960f7f2010-12-15 02:27:10 +00007#define GPIO0_OSRH 0xC
8#define GPIO0_TSRH 0x14
9#define GPIO0_ISR1H 0x34
10
David Gibson2cd97642007-05-08 12:59:30 +100011#endif /* __POWERPC_PLATFORMS_44X_44X_H */