Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Kernel / include / binary_ext.h
diff --git a/Kernel/include/binary_ext.h b/Kernel/include/binary_ext.h
deleted file mode 100644 (file)
index 67c6073..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Acess 2
- * binary_ext.h
- * - Exported Symbols from the binary loader
- */
-#ifndef _BINARY_EXT_H
-#define _BINARY_EXT_H
-
-// === FUNCTIONS ===
-extern void    *Binary_LoadFile(char *Path);
-extern void    *Binary_LoadKernel(char *Path);
-extern Uint    Binary_Relocate(void *Mem);
-extern void    Binary_Unload(void *Base);
-extern int     Binary_GetSymbol(char *Name, Uint *Dest);
-extern Uint    Binary_FindSymbol(void *Base, char *Name, Uint *Val);
-
-#endif

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