diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2025-05-10 16:04:55 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2025-05-10 16:04:55 +0700 |
| commit | 5d3179d0e2c3915af65dedef0952672220ac4714 (patch) | |
| tree | d871c0041066c910aac06a6a58e7c0cc6cf81d66 /arch/SecondaryInit.h | |
| parent | 3003b42fb06a707484bd7d7902057c9d65d4c0df (diff) | |
Kheap section + metadata
Diffstat (limited to 'arch/SecondaryInit.h')
| -rw-r--r-- | arch/SecondaryInit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/SecondaryInit.h b/arch/SecondaryInit.h index 795d96a..53ff191 100644 --- a/arch/SecondaryInit.h +++ b/arch/SecondaryInit.h @@ -1,4 +1,6 @@ #include <types.h> +#include "../kernel/mem/Segments.h" +#include "../kernel/mem/Kheap.h" #if defined(__IAPC) #include "x86/PrimaryInit.h" |
