projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Utest: Give the test a little more time to complete
[akaros.git]
/
kern
/
include
/
elf.h
diff --git
a/kern/include/elf.h
b/kern/include/elf.h
index
ad01c64
..
d331d91
100644
(file)
--- a/
kern/include/elf.h
+++ b/
kern/include/elf.h
@@
-148,6
+148,7
@@
typedef long elf_aux_t[2];
#define ELF_HWCAP_SPARC_FLUSH 1
struct file;
+bool is_valid_elf(struct file *f);
int load_elf(struct proc* p, struct file* f);
#endif /* !ROS_INC_ELF_H */