License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / sparc / include / asm / auxio.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f5e706ad
SR
2#ifndef ___ASM_SPARC_AUXIO_H
3#define ___ASM_SPARC_AUXIO_H
a3ee8faa
SR
4
5#ifndef __ASSEMBLY__
6
7extern void __iomem *auxio_register;
8
9#endif /* ifndef __ASSEMBLY__ */
10
f5e706ad 11#if defined(__sparc__) && defined(__arch64__)
a439fe51 12#include <asm/auxio_64.h>
f5e706ad 13#else
a439fe51 14#include <asm/auxio_32.h>
f5e706ad
SR
15#endif
16#endif