auxio.h (7a9787e1eba95a166265e6a260cf30af04ef0a99) | auxio.h (a3ee8faa1b1bd02aaffe6dd0fd13d665234530f3) |
---|---|
1#ifndef ___ASM_SPARC_AUXIO_H 2#define ___ASM_SPARC_AUXIO_H | 1#ifndef ___ASM_SPARC_AUXIO_H 2#define ___ASM_SPARC_AUXIO_H |
3 4#ifndef __ASSEMBLY__ 5 6extern void __iomem *auxio_register; 7 8#endif /* ifndef __ASSEMBLY__ */ 9 |
|
3#if defined(__sparc__) && defined(__arch64__) 4#include <asm/auxio_64.h> 5#else 6#include <asm/auxio_32.h> 7#endif 8#endif | 10#if defined(__sparc__) && defined(__arch64__) 11#include <asm/auxio_64.h> 12#else 13#include <asm/auxio_32.h> 14#endif 15#endif |