git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Architectural Support: x86_64 (#37)
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
boot_generic.h
diff --git
a/lunaix-os/includes/lunaix/boot_generic.h
b/lunaix-os/includes/lunaix/boot_generic.h
index dca7b9af1df9d2bef19c92b256a7261953fbe28e..cc6ea08a9492841e867bedee031f99bc1da5b041 100644
(file)
--- a/
lunaix-os/includes/lunaix/boot_generic.h
+++ b/
lunaix-os/includes/lunaix/boot_generic.h
@@
-68,7
+68,10
@@
void
boot_end(struct boot_handoff*);
void
-boot_cleanup();
+boot_begin_arch_reserve(struct boot_handoff*);
+
+void
+boot_clean_arch_reserve(struct boot_handoff*);
static inline bool
free_memregion(struct boot_mmapent* mmapent)