X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fbinary_ext.h;h=b2fc89d876bd8e4efea64eb2364fa41fbf010044;hb=HEAD;hp=8b8a6df21820fc4c0d43d93521089c884476105d;hpb=8bc40333b1401d7616b225945fee53d972c2f418;p=tpg%2Facess2.git diff --git a/Kernel/include/binary_ext.h b/Kernel/include/binary_ext.h deleted file mode 100644 index 8b8a6df2..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 *Dest); - -#endif