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