add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git] / workbench / tools / SysExplorer / sysexp.conf
blob5976531dda8cfdb9364009e546b16e17b0603e81
1 ##begin config
2 version 0.12
3 libbasetype struct SysexpBase
4 residentpri 0
5 ##end config
6 ##begin cdef
7 #include "sysexp_intern.h"
8 #include "sysexp_module.h"
9 #include "enums.h"
10 ##end cdef
11 ##begin cdefprivate
12 ##end cdefprivate
13 ##begin functionlist
14 void RegisterModule(struct SysexpModule *Module, APTR ModBase) (A0, A1)
15 void RegisterBase(CONST_STRPTR BaseID, APTR Base) (A0, A1)
16 APTR GetBase(CONST_STRPTR BaseID) (A0)
17 .skip 1
18 BOOL RegisterClassHandler(CONST_STRPTR classid, BYTE pri, struct MUI_CustomClass *customwinclass, CLASS_ENUMFUNC enumfunc, CLASS_VALIDFUNC validfunc) (A0, D0, A1, A2, A3)
19 struct ClassHandlerNode *FindClassHandler(CONST_STRPTR classid, struct List *_handlers) (A0, A1)
20 struct ClassHandlerNode *FindObjectHandler(OOP_Object *obj, struct List *_handlers) (A0, A1)
21 .skip 3
22 ##end functionlist