From 3268cb8d511f8b44e656cc0c2a81ef1a629c61fd Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 28 Nov 2020 05:15:23 +0500 Subject: [PATCH] Add const "KERNAUX_MULTIBOOT2_MAGIC" --- include/kernaux/multiboot2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/kernaux/multiboot2.h b/include/kernaux/multiboot2.h index 7453614..9f76ab0 100644 --- a/include/kernaux/multiboot2.h +++ b/include/kernaux/multiboot2.h @@ -1,6 +1,8 @@ #ifndef KERNAUX_INCLUDED_MULTIBOOT2 #define KERNAUX_INCLUDED_MULTIBOOT2 1 +#define KERNAUX_MULTIBOOT2_MAGIC 0x36d76289 + #ifdef __cplusplus extern "C" { #endif