auxio.h 271 B

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