diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-12-06 20:14:28 -0500 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-12-06 20:14:28 -0500 |
| commit | 2cf843ae6de1f35e5a5d3a947d0179337e82752f (patch) | |
| tree | 7e7983be37568fb0f9cbd806de94573a61df83ca /kernel/include/mm/multiboot.h | |
| parent | 096d9ab61281062b6672c6c9f413de97e034d3f7 (diff) | |
I know; it's POINTLESS! However, I do enjoy programming in C more than
C++ so I ended up spending the hour it takes converting this project
from C++ to C.
Diffstat (limited to 'kernel/include/mm/multiboot.h')
| -rw-r--r-- | kernel/include/mm/multiboot.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/include/mm/multiboot.h b/kernel/include/mm/multiboot.h index d95ab55..d7cd8cc 100644 --- a/kernel/include/mm/multiboot.h +++ b/kernel/include/mm/multiboot.h @@ -94,10 +94,6 @@ #ifndef ASM_FILE -#ifdef __cplusplus -extern "C" { -#endif - typedef uint8_t multiboot_uint8_t; typedef uint16_t multiboot_uint16_t; typedef uint32_t multiboot_uint32_t; @@ -271,10 +267,6 @@ struct multiboot_apm_info { multiboot_uint16_t dseg_len; }; -#ifdef __cplusplus -} -#endif - #endif /* ! ASM_FILE */ #endif /* ! MULTIBOOT_HEADER */ |
