mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Add const "KERNAUX_MULTIBOOT2_MAGIC"
This commit is contained in:
parent
a00a597393
commit
3268cb8d51
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef KERNAUX_INCLUDED_MULTIBOOT2
|
||||
#define KERNAUX_INCLUDED_MULTIBOOT2 1
|
||||
|
||||
#define KERNAUX_MULTIBOOT2_MAGIC 0x36d76289
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue