mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 10:40:00 +00:00
10 lines
215 B
C
10 lines
215 B
C
#ifndef CLKS_BOOT_H
|
|
#define CLKS_BOOT_H
|
|
|
|
#include <clks/limine.h>
|
|
#include <clks/types.h>
|
|
|
|
clks_bool clks_boot_base_revision_supported(void);
|
|
const struct limine_framebuffer *clks_boot_get_framebuffer(void);
|
|
|
|
#endif |