Sorting source tree a bit
[tpg/acess2.git] / Kernel / include / heap_int.h
diff --git a/Kernel/include/heap_int.h b/Kernel/include/heap_int.h
deleted file mode 100644 (file)
index 12a709b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * AcessOS Microkernel Version
- * heap_int.h
- * - Internal Heap Header
- */
-#ifndef _HEAP_INT_H
-#define _HEAP_INT_H
-
-typedef struct {
-       Uint    Size;
-        int    ValidSize;
-       const char      *File;
-        int    Line;
-       Uint    Magic;
-       tTime   AllocateTime;
-       char    Data[];
-} tHeapHead;
-
-typedef struct {
-       Uint    Magic;
-       tHeapHead       *Head;
-       tHeapHead       NextHead[];     // Array to make it act like an element, but have no size and refer to the next block
-} tHeapFoot;
-
-#endif

UCC git Repository :: git.ucc.asn.au