Merge branch 'master' of github.com:pjht/os

This commit is contained in:
pjht 2020-08-02 13:01:14 -05:00
commit 4994f9211d

View File

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