blob: 52f47d042ea7ecdb7c5045291ac1a7b502aab296 [file] [log] [blame]
/*
* elf.h
*/
#ifndef _ELF_H
#define _ELF_H
#include <sys/elf32.h>
#include <sys/elf64.h>
#endif /* _ELF_H */