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

@ -5,6 +5,11 @@
*/
#ifdef Libburn_use_libcdiO
#include "sg-libcdio.c"
#else
#ifdef __FreeBSD__
#include "sg-freebsd.c"
@ -38,4 +43,5 @@ static int intentional_compiler_warning(void)
#endif /* ! __linux */
#endif /* ! __FreeBSD__ */
#endif /* ! Libburn_use_libcdiO */