1 #ifndef HIDDSYSTEM_INTERN_H
2 #define HIDDSYSTEM_INTERN_H
4 #include <exec/libraries.h>
8 #include <hidd/system.h>
15 struct class_static_data
17 struct Library
*cs_OOPBase
;
23 OOP_AttrBase hwAttrBase
;
25 OOP_MethodID hwMethodBase
;
30 struct HiddSystemIntBase
32 struct Library hsi_LibNode
;
34 struct class_static_data hsi_csd
;
37 #define CSD(x) (&((struct HiddSystemIntBase *)x->UserData)->hsi_csd)
40 #define HWAttrBase (CSD(cl)->hwAttrBase)
43 #define HWBase (CSD(cl)->hwMethodBase)