X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fbinary_ext.h;h=b2fc89d876bd8e4efea64eb2364fa41fbf010044;hb=HEAD;hp=67c6073dfc1d03667b6d5da81798238fb94a601e;hpb=bf7d1cd5635d41bd7c58bf99c61cdc670291c543;p=tpg%2Facess2.git diff --git a/Kernel/include/binary_ext.h b/Kernel/include/binary_ext.h deleted file mode 100644 index 67c6073d..00000000 --- a/Kernel/include/binary_ext.h +++ /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