mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 14:33:27 +00:00
9 lines
151 B
C
9 lines
151 B
C
#ifndef BOOTLOADER_H
|
|
#define BOOTLOADER_H
|
|
|
|
#include "limine.h"
|
|
|
|
#define DEFINE_LIMINE_REQUESTS
|
|
#include "limine_requests.h"
|
|
|
|
#endif /* BOOTLOADER_H */
|