aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/boot/multiboot_macros.h
blob: 1ca6383382f7c193064ae5843d14df44eb2eb8a0 (plain)
1
2
3
4
5
6
#pragma once

// random macro for multiboot header
#define TAG_SIZE(x) (((x)-1) / MULTIBOOT_TAG_ALIGN + 1)

extern struct multiboot_tag *mb_tag;