M7350/kernel/arch/sparc/include/asm/auxio.h

16 lines
271 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef ___ASM_SPARC_AUXIO_H
#define ___ASM_SPARC_AUXIO_H
2024-09-09 08:57:42 +00:00
#ifndef __ASSEMBLY__
extern void __iomem *auxio_register;
#endif /* ifndef __ASSEMBLY__ */
2024-09-09 08:52:07 +00:00
#if defined(__sparc__) && defined(__arch64__)
#include <asm/auxio_64.h>
#else
#include <asm/auxio_32.h>
#endif
#endif