Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / demos / 2View / arexx.h
blob2f4098e06f8a63c1646b55ce28e714e44529af93
1 #ifndef _AREXX_H
2 #define _AREXX_H
4 #include "minrexx.h"
6 long initRexxPort(void);
7 void determinePortName(char *portName);
8 int disp(struct RexxMsg *msg,struct rexxCommandList *dat,char *p);
10 void setRexxFree(void);
12 #if 0
13 #pragma libcall RexxSysBase CreateArgstring 7E 0802
14 #pragma libcall RexxSysBase DeleteArgstring 84 801
15 #pragma libcall RexxSysBase LengthArgstring 8A 801
16 #pragma libcall RexxSysBase CreateRexxMsg 90 09803
17 #pragma libcall RexxSysBase DeleteRexxMsg 96 801
18 #pragma libcall RexxSysBase ClearRexxMsg 9C 0802
19 #pragma libcall RexxSysBase FillRexxMsg A2 10803
20 #pragma libcall RexxSysBase IsRexxMsg A8 801
22 #pragma libcall RexxSysBase LockRexxBase 1C2 001
23 #pragma libcall RexxSysBase UnlockRexxBase 1C8 001
24 #endif
27 #endif /* _AREXX_H */