Sign in
gem5
/
arm
/
linux-arm64-legacy
/
734550921e9b7ab924a43aa3d0bd4239dac4fbf1
/
.
/
include
/
asm-sparc
/
module.h
blob: 516138fe681a53117f673b942ba1b293a203ccee [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_MODULE_H
#define
___ASM_SPARC_MODULE_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/module_64.h>
#else
#include
<asm-sparc/module_32.h>
#endif
#endif