Add const "KERNAUX_MULTIBOOT2_MAGIC"

This commit is contained in:
Alex Kotov 2020-11-28 05:15:23 +05:00
parent a00a597393
commit 3268cb8d51
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef KERNAUX_INCLUDED_MULTIBOOT2
#define KERNAUX_INCLUDED_MULTIBOOT2 1
#define KERNAUX_MULTIBOOT2_MAGIC 0x36d76289
#ifdef __cplusplus
extern "C" {
#endif