diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-03 19:46:07 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-03 19:46:07 +0000 |
| commit | f0c062df0c2a674d67af12eb5e18f22bd8412c15 (patch) | |
| tree | 070f7951159925f1185ff21df44972f574ece868 /api/kernel | |
| parent | 073e21313eb1d11027985e0367159de6ecad0f9e (diff) | |
don't pass kernel boot parameters to init functions, just use an accessor
Diffstat (limited to 'api/kernel')
| -rw-r--r-- | api/kernel/entry.h | 2 |
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); + |
