tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / rom / filesys / CDVDFS / src / devsupp.h
blob2f8220ed5b58f3b355a72893a39df48306ba184d
1 /* devsupp.h: */
2 #ifndef DEVSUPP_H
3 #define DEVSUPP_H
5 #include "debug.h"
7 #if !defined(NDEBUG) || defined(DEBUG_SECTORS)
8 #if !(defined(__AROS__) || defined(__MORPHOS__))
9 void dbinit (struct CDVDBase *global)
10 void dbuninit (struct CDVDBase *global)
11 void dbprintf (struct CDVDBase *global, char *, ...);
12 #endif
13 #endif
15 char *typetostr (int ty);
17 int Get_Startup (struct CDVDBase *global, struct FileSysStartupMsg *);
19 #define HANDLER_VERSION "cdrom.handler 3.0 (2007-03-07)\n"
21 int Handle_Control_Packet (struct CDVDBase *global, ULONG p_type, IPTR p_par1, IPTR p_par2);
23 #endif /* DEVSUPP_H */