revert between 56095 -> 55830 in arch
[AROS.git] / workbench / tools / SysExplorer / Modules / Storage / storage.conf
blob10dc1e6fc34cc5f5e8402496489f0f0a9858298f
1 ##begin config
2 version 0.1
3 libbasetype struct SysexpStorageBase
4 residentpri 0
5 ##end config
6 ##begin cdef
7 #include "storage_intern.h"
8 #include "enums.h"
9 ##end cdef
10 ##begin cdefprivate
11 ##end cdefprivate
12 ##begin functionlist
13 void ModuleInit(void *SysexpBase) (A0)
14 .skip 3
15 BOOL RegisterStorageClassHandler(CONST_STRPTR classid, BYTE pri, struct MUI_CustomClass *customwinclass, CLASS_ENUMFUNC enumfunc, CLASS_VALIDFUNC validfunc) (A0, D0, A1, A2, A3)
16 BOOL RegisterStorageControllerHandler(CONST_STRPTR classid, BYTE pri, struct MUI_CustomClass *customwinclass, CLASS_ENUMFUNC enumfunc, CLASS_VALIDFUNC validfunc) (A0, D0, A1, A2, A3)
17 BOOL RegisterStorageBusHandler(CONST_STRPTR classid, BYTE pri, struct MUI_CustomClass *customwinclass, CLASS_ENUMFUNC enumfunc, CLASS_VALIDFUNC validfunc) (A0, D0, A1, A2, A3)
18 .skip 3
19 BOOL EnumBusUnits(OOP_Object *obj, struct MUI_NListtree_TreeNode *parent, APTR hookFunc, APTR hookData) (A0, A1, A2, A3)
20 void QueryATAStorageFeatures(Object *obj, char *devName, int devUnit) (A0, A1, D0)
21 ##end functionlist