Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / all-mingw32 / kernel / hostinterface.h
blob05fece06a549dc95bc658317be1aa3165a4650ca
1 struct HostInterface
3 void *(*HostLib_Open)(const char *, char**);
4 int (*HostLib_Close)(void *, char **);
5 void *(*HostLib_GetPointer)(void *, const char *, char **);
6 void (*HostLib_FreeErrorStr)(char *);
7 unsigned long (*HostLib_GetInterface)(void *, char **, void **);
8 int (*VKPrintF)(const char *, va_list);
9 int (*PutChar)(int c);
10 void (*_Shutdown)(unsigned long action);