Add define KERNAUX_MULTIBOOT2_HTAG_FLAG_OPTIONAL

This commit is contained in:
Alex Kotov 2022-01-14 09:01:01 +05:00
parent 7b7b3d7ce3
commit b32454dcdb
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ extern "C" {
#define KERNAUX_MULTIBOOT2_TAG_SIZE_ALIGN(tag_base) \
(((tag_base)->size + 7) & ~7)
#define KERNAUX_MULTIBOOT2_HTAG_FLAG_OPTIONAL 1
/****************
* Common types *
****************/