Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
338b9bb3adac0d2c5a1e180491d9b001d624c402
/
.
/
include
/
asm-sparc
/
sections.h
blob: cbd019162425bf90b4df4ef526b7c42370513cc1 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_SECTIONS_H
#define
___ASM_SPARC_SECTIONS_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/sections_64.h>
#else
#include
<asm-sparc/sections_32.h>
#endif
#endif