revert between 56095 -> 55830 in arch
[AROS.git] / workbench / tools / SysExplorer / Modules / Storage / storage_intern.h
blobc4da35c4db6756c594be811a6b69ee1131fdf27f
1 #ifndef SYSEXPLORER_STORAGE_INTERN_H
2 #define SYSEXPLORER_STORAGE_INTERN_H
4 #include <exec/libraries.h>
6 #include <hidd/hidd.h>
7 #include <hidd/storage.h>
9 #include "sysexp_intern.h"
10 #include "sysexp_module.h"
12 struct SysexpStorageBase
14 struct Library sesb_Lib;
15 struct SysexpBase *sesb_SysexpBase;
16 struct SysexpModule sesb_Module;
17 /**/
18 struct List sesb_HandlerList;
19 /**/
20 struct MUI_CustomClass *sesb_DevicePageCLASS;
23 #endif /* SYSEXPLORER_STORAGE_INTERN_H */