From 3c02ef9ea299c9f78ff9df4322bcf4d9130213c0 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Sep 2020 11:54:46 -0400 Subject: Match OSAlloc.c, labeled HeapArray is sbss.s --- include/SDK/OS/OSAlloc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/SDK/OS/OSAlloc.h') 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); -- cgit v1.2.3