aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/system.h
blob: 7944a7cfc99636032c358bfa894332fb50c07c3a (plain)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_SYSTEM_H
#define ___ASM_SPARC_SYSTEM_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/system_64.h>
#else
#include <asm/system_32.h>
#endif
#endif