HhhOS/include/kernel.h
2021-08-24 20:56:50 +03:00

7 lines
87 B
C

#pragma once
#include "types.h"
u64 get_total_memory();
bool is_using_framebuffer();