forked from metaverse/kernel-dev
7 lines
91 B
C
7 lines
91 B
C
|
#ifndef MULTIBOOT2_H
|
||
|
#define MULTIBOOT2_H 1
|
||
|
|
||
|
#include <libk/multiboot2/bootinfo.h>
|
||
|
|
||
|
#endif
|