source: bootcd/isolinux/syslinux-6.03/com32/include/elf.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 115 bytes
Line 
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 */
Note: See TracBrowser for help on using the repository browser.