Clean up embedded Makefile targets; fix build failure
[syslinux.git] / com32 / include / elf.h
blobc543a812167b19016bded29cec601c1e9ee1ae1d
1 /*
2 * elf.h
3 */
5 #ifndef _ELF_H
6 #define _ELF_H
8 #include <sys/elf32.h>
9 #include <sys/elf64.h>
11 #endif /* _ELF_H */