repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 3.50~pre5.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
elf.h
blob
c543a812167b19016bded29cec601c1e9ee1ae1d
1
/*
2
* elf.h
3
*/
4
5
#ifndef _ELF_H
6
#define _ELF_H
7
8
#include <sys/elf32.h>
9
#include <sys/elf64.h>
10
11
#endif
/* _ELF_H */