Luna/kernel/include/memory/Memory.h

8 lines
108 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
namespace Memory
{
uint64_t get_system();
uint64_t get_usable();
}