From 39822cdb0acdd1eec66c2e18e0711fd3cd6f033d Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 25 Oct 2021 22:41:21 +0200 Subject: Adding first 32 IRQs; PIT finally working --- src/include/heap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/heap.h') diff --git a/src/include/heap.h b/src/include/heap.h index 2f66501..4eebd04 100644 --- a/src/include/heap.h +++ b/src/include/heap.h @@ -1,3 +1,6 @@ +#ifndef HEAP_H +#define HEAP_H + #include"types.h" typedef struct _KHEAPBLOCKBM { @@ -21,3 +24,5 @@ extern KHEAPBM kheap; #define kmalloc k_heapBMAlloc #define kfree k_heapBMFree + +#endif -- cgit v1.2.3