diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/elf.h b/fs/elf.h new file mode 100644 index 0000000..fe3e952 --- /dev/null +++ b/fs/elf.h @@ -0,0 +1,2 @@ + +uint32_t load_elf(char *name, uint32_t *alloc); |
