refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / rom / isapnp / kickstart_init.c
blob0229cbcf3c0636c62cb718cb1b15f115dddb6bf3
1 #include "CompilerSpecific.h"
2 #include "isapnp_private.h"
3 #include "controller.h"
4 #include "devices.h"
5 #include "init.h"
6 #include "pnp.h"
7 #include "pnp_structs.h"
9 void Req( const char* text, struct ISAPNPBase *res)
11 bug("%s\n", text);
14 BOOL
15 HandleStartArgs( struct ISAPNP_Card* card,
16 struct ISAPNPBase* res )
19 * TODO: We will start up early because we can have even ISA PnP video
20 * cards, disk controllers, etc. Because of this we can't load
21 * any list of disabled devices. Think off what to do with them.
23 return TRUE;