Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ffe37de76a57ba38d960e370c2f8f1d799c94a1
/
.
/
arch
/
sparc
/
include
/
asm
/
elf.h
blob: 0a2816c50b07faa54c98a1b75798d4d192ddc2da [
file
] [
log
] [
blame
]
Sam Ravnborg
a439fe5
2008-07-27 23:00:59 +0200
[
diff
] [
blame
]
1
#ifndef
___ASM_SPARC_ELF_H
2
#define
___ASM_SPARC_ELF_H
3
#if defined(__sparc__) && defined(__arch64__)
4
#include
<asm/elf_64.h>
5
#else
6
#include
<asm/elf_32.h>
7
#endif
8
#endif