aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc/elf.h
blob: f035c45d7b5e3ee4f02fce36767775fd85083cb3 (plain)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_ELF_H
#define ___ASM_SPARC_ELF_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/elf_64.h>
#else
#include <asm-sparc/elf_32.h>
#endif
#endif