Experimental SCSI transport adapter via GNU libcdio

This commit is contained in:
2009-12-19 14:34:48 +00:00
parent e566340261
commit dd85e37ac8
7 changed files with 676 additions and 9 deletions

View File

@ -13,6 +13,15 @@
Operating system case distinction
*/
#ifdef Libburn_use_libcdiO
/* -------------------------- X/Open with GNU libcdio ---------------------- */
#include "os-libcdio.h"
#else
#ifdef __FreeBSD__
@ -37,6 +46,7 @@
#endif /* ! __linux */
#endif /* ! __FreeBSD__ */
#endif /* ! Libburn_use_libcdiO */
#endif /* ! BURN_OS_H_INCLUDED */