Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame] | 1 | #ifndef ___ASM_SPARC_AUXIO_H |
2 | #define ___ASM_SPARC_AUXIO_H | ||||
Sam Ravnborg | a3ee8fa | 2014-04-21 21:39:35 +0200 | [diff] [blame] | 3 | |
4 | #ifndef __ASSEMBLY__ | ||||
5 | |||||
6 | extern void __iomem *auxio_register; | ||||
7 | |||||
8 | #endif /* ifndef __ASSEMBLY__ */ | ||||
9 | |||||
Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame] | 10 | #if defined(__sparc__) && defined(__arch64__) |
11 | #include <asm/auxio_64.h> | ||||
12 | #else | ||||
13 | #include <asm/auxio_32.h> | ||||
14 | #endif | ||||
15 | #endif |