mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 22:43:26 +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 */
|