fix some flag usage in mmakefiles. provide suitable names for amiga hardware devices...
[AROS.git] / workbench / tools / SysExplorer / Modules / AHCI / ahci.conf
blob2ea5ab04fefc59c473741cae1da69979f7217ece
1 ##begin config
2 version 0.1
3 libbasetype struct SysexpAHCIBase
4 residentpri 0
5 ##end config
6 ##begin cdef
7 #include "ahci_intern.h"
8 #include "enums.h"
9 ##end cdef
10 ##begin cdefprivate
11 ##end cdefprivate
12 ##begin functionlist
13 void ModuleInit(void *SysExpBase) (A0)
14 ##end functionlist