summaryrefslogtreecommitdiff
path: root/api/kernel/entry.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-03 19:46:07 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-03 19:46:07 +0000
commitf0c062df0c2a674d67af12eb5e18f22bd8412c15 (patch)
tree070f7951159925f1185ff21df44972f574ece868 /api/kernel/entry.h
parent073e21313eb1d11027985e0367159de6ecad0f9e (diff)
don't pass kernel boot parameters to init functions, just use an accessor
Diffstat (limited to 'api/kernel/entry.h')
-rw-r--r--api/kernel/entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/kernel/entry.h b/api/kernel/entry.h
index 304c4f2..eb7043c 100644
--- a/api/kernel/entry.h
+++ b/api/kernel/entry.h
@@ -32,3 +32,5 @@ struct kc_boot_data
} acpi_info;
};
+struct kc_boot_data *get_boot_data(void);
+