@ -19,14 +19,13 @@
#ifndef _ELF_H
#define _ELF_H 1
#include <features.h>
#include <sys/cdefs.h>
#include <stdint.h>
__BEGIN_DECLS
/* Standard ELF types. */
/* Type for a 16-bit quantity. */
typedef uint16_t Elf32_Half;
typedef uint16_t Elf64_Half;