Chroma/chroma/inc/kernel/system/heap.h

10 lines
107 B
C
Raw Normal View History

2020-07-05 21:58:37 +00:00
#ifndef KHEAP_H
#define KHEAP_H
#include <stddef.h>
#include <stdint.h>
uint8_t HeapEnabled = 0;
#endif