5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #include <aros/libcall.h>
10 #include <exec/execbase.h>
11 #include <exec/libraries.h>
16 struct Library library
;
20 #define init(aroscbase, segList) \
21 AROS_LC2(struct aroscbase *, init, AROS_LHA(struct aroscbase *, aroscbase, D0), AROS_LHA(BPTR, segList, A0), struct ExecBase *, SysBase, 0, dummy)
23 #define open(version) \
24 AROS_LC1(struct aroscbase *, open, AROS_LHA(ULONG, version, D0), struct aroscbase *, aroscbase, 1, dummy)
27 AROS_LC0(BPTR, close, struct aroscbase *, aroscbase, 2, dummy)
30 AROS_LC0(BPTR, expunge, struct aroscbase *, aroscbase, 3, dummy)
33 AROS_LC0(int, null, struct aroscbase *, aroscbase, 4, dummy)