AcessNative - ld-acess - Woking on ELF loading
[tpg/acess2.git] / AcessNative / ld-acess.so_src / common.h
1 /*
2  */
3 #ifndef _COMMON_H_
4 #define _COMMON_H_
5
6 #include <stdint.h>
7
8 extern int      Binary_GetSymbol(const char *SymbolName, intptr_t *Value);
9 extern int      Binary_LoadLibrary(const char *Path);
10
11 extern int      AllocateMemory(intptr_t VirtAddr, size_t ByteCount);
12
13 extern int      Warning(const char *Format, ...);
14 extern int      Notice(const char *Format, ...);
15
16 #endif
17

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