Update elf.h

This commit is contained in:
pjht 2020-08-01 12:09:54 -05:00 committed by GitHub
parent d09697c7df
commit a7d1123a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
#ifndef DOXYGEN_SHOULD_SKIP_THIS
#ifndef ELF_H
#define ELF_H
#define ELF_MAGIC 0x464c457f
@ -40,3 +41,4 @@ typedef struct {
#endif
#endif