smol-gilbraltar/include/memory.h

8 lines
156 B
C
Raw Normal View History

2024-12-23 00:46:17 +00:00
#ifndef __GILBRALTAR_MEMORY__
#define __GILBRALTAR_MEMORY__
void gilbraltar_memory_init(void);
2024-12-23 22:44:47 +00:00
void gilbraltar_get_heap(uintptr_t *, uintptr_t *);
2024-12-23 00:46:17 +00:00
#endif