revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-unix / kernel / hostinterface.h
blobd231324468095831a96b88a35c98b65e27b4e60c
1 #define HOSTINTERFACE_VERSION 3
3 struct HostInterface
5 char *System;
6 unsigned int Version;
8 void *(*hostlib_Open)(const char *, char **);
9 int (*hostlib_Close)(void *, char **);
10 void *(*hostlib_GetPointer)(void *, const char *, char **);
11 int (*KPutC)(int chr);
12 struct MinList **ModListPtr;