Sign in
googlers
/
maze
/
klibc
/
282f9091a0087dc5b0eae970c2692785c74067e3
/
.
/
include
/
elf.h
blob: 970753dbb02952871edb872814bb5ecc4a96c89d [
file
] [
log
] [
blame
]
/*
* elf.h
*/
#ifndef
_ELF_H
#define
_ELF_H
#include
<sys/elf32.h>
#include
<sys/elf64.h>
#endif
/* _ELF_H */