Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / all-mingw32 / hostlib / hostlib.conf
blobe8348edd01751baff3971451ba7c4f43b22f6ed9
1 ##begin config
2 basename HostLib
3 version 2.0
4 residentpri 91
5 libbase HostLibBase
6 libbasetype struct HostLibBase
7 ##end config
9 ##begin cdefprivate
10 #include "hostlib_intern.h"
11 ##end cdefprivate
13 ##begin functionlist
14 void *HostLib_Open(const char *filename, char **error) (A0,A1)
15 int HostLib_Close(void *handle, char **error) (A0,A1)
16 void *HostLib_GetPointer(void *handle, const char *symbol, char **error) (A0,A1,A2)
17 void HostLib_FreeErrorStr(char *error) (A0)
18 APTR *HostLib_GetInterface(void *handle, const char **symbols, ULONG *unresolved) (A0,A1,A2)
19 void HostLib_DropInterface(APTR *interface) (A0)
20 ##end functionlist