Added the skeleton for the machine types.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef ELF_OSABI_H
|
||||
#define ELF_OSABI_H
|
||||
|
||||
#define ELF_OSABI_IDENT_INDEX 0x07
|
||||
#define ELF_OSABI_VERSION_IDENT_INDEX 0x08
|
||||
|
||||
typedef enum ELFOSABI
|
||||
{
|
||||
ELFOSABI_SYSTEMV = 0,
|
||||
|
||||
Reference in New Issue
Block a user