1 #ifndef HIDDSYSTEM_INTERN_H
2 #define HIDDSYSTEM_INTERN_H
4 #include <exec/libraries.h>
8 #include <hidd/system.h>
14 struct class_static_data
16 struct Library
*cs_OOPBase
;
21 OOP_AttrBase hwAttrBase
;
26 struct HiddSystemIntBase
28 struct Library hsi_LibNode
;
30 struct class_static_data hsi_csd
;
33 #define CSD(x) (&((struct HiddSystemIntBase *)x->UserData)->hsi_csd)
35 #define __IHW (CSD(cl)->hwAttrBase)