fix some flag usage in mmakefiles. provide suitable names for amiga hardware devices...
[AROS.git] / workbench / tools / SysExplorer / Modules / AHCI / ahci_intern.h
blob02370a384f9824e378b77aa90c98c2cff07c614b
1 #ifndef SYSEXPLORER_AHCI_INTERN_H
2 #define SYSEXPLORER_AHCI_INTERN_H
4 #include <exec/libraries.h>
6 #include <hidd/hidd.h>
7 #include <hidd/storage.h>
8 #include <hidd/ahci.h>
10 #include "sysexp_intern.h"
11 #include "sysexp_module.h"
13 struct SysexpAHCIBase
15 struct Library seab_Lib;
16 struct SysexpBase *seab_SysexpBase;
17 struct SysexpModule seab_Module;
18 /**/
19 struct MUI_CustomClass *seab_AHCIBusWindowCLASS;
20 struct MUI_CustomClass *seab_AHCIUnitWindowCLASS;
21 /**/
22 struct MUI_CustomClass *seab_DevicePageCLASS;
23 struct MUI_CustomClass *seab_GenericWindowCLASS;
26 #endif /* SYSEXPLORER_AHCI_INTERN_H */