repo.or.cz
/
syslinux-debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Releasing debian version 3:6.03+dfsg-10.
[syslinux-debian.git]
/
com32
/
include
/
elf.h
blob
970753dbb02952871edb872814bb5ecc4a96c89d
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 */