mirror of
https://github.com/cowmonk/cowos.git
synced 2026-03-13 16:43:29 +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 */
|