Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef ___ASM_SPARC_AUXIO_H
0003 #define ___ASM_SPARC_AUXIO_H
0004 
0005 #ifndef __ASSEMBLY__
0006 
0007 extern void __iomem *auxio_register;
0008 
0009 #endif /* ifndef __ASSEMBLY__ */
0010 
0011 #if defined(__sparc__) && defined(__arch64__)
0012 #include <asm/auxio_64.h>
0013 #else
0014 #include <asm/auxio_32.h>
0015 #endif
0016 #endif