summaryrefslogtreecommitdiff
path: root/include/SDK/OS/OSAlloc.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-09-15 11:54:46 -0400
committerMax <mparisi@stevens.edu>2020-09-15 11:54:46 -0400
commit3c02ef9ea299c9f78ff9df4322bcf4d9130213c0 (patch)
treef7bfe703f6cc9252f778b92f135fdcbee0cbe347 /include/SDK/OS/OSAlloc.h
parentadc235826d66553dfb1eb4286430aac4810bc991 (diff)
Match OSAlloc.c, labeled HeapArray is sbss.s
Diffstat (limited to 'include/SDK/OS/OSAlloc.h')
-rw-r--r--include/SDK/OS/OSAlloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/SDK/OS/OSAlloc.h b/include/SDK/OS/OSAlloc.h
index 0c583e8..a8714eb 100644
--- a/include/SDK/OS/OSAlloc.h
+++ b/include/SDK/OS/OSAlloc.h
@@ -34,7 +34,6 @@ typedef struct {
HeapDesc* heapArray;
} OSHeapInfo;
-
Cell *DLInsert(Cell *original, Cell *inserted);
void *OSAllocFromHeap(OSHeapHandle heap, u32 size);
void OSFreeToHeap(OSHeapHandle heap, void *ptr);