cowos/kernel/include/bootloader.h

10 lines
151 B
C
Raw Normal View History

#ifndef BOOTLOADER_H
#define BOOTLOADER_H
#include "limine.h"
2025-07-19 21:44:14 -07:00
#define DEFINE_LIMINE_REQUESTS
#include "limine_requests.h"
#endif /* BOOTLOADER_H */