blob: a2681052e90009944d0c86dd5d689ec7e466c85b [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Sam Ravnborga439fe52008-07-27 23:00:59 +02002#ifndef ___ASM_SPARC_AUXIO_H
3#define ___ASM_SPARC_AUXIO_H
Sam Ravnborga3ee8fa2014-04-21 21:39:35 +02004
5#ifndef __ASSEMBLY__
6
7extern void __iomem *auxio_register;
8
9#endif /* ifndef __ASSEMBLY__ */
10
Sam Ravnborga439fe52008-07-27 23:00:59 +020011#if defined(__sparc__) && defined(__arch64__)
12#include <asm/auxio_64.h>
13#else
14#include <asm/auxio_32.h>
15#endif
16#endif