1 /* 2 * Copyright 2007, Axel Dörfler, axeld@pinc-software.de. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef CDDB_H 6 #define CDDB_H 7 8 9 #include <scsi_cmds.h> 10 11 12 uint32 compute_cddb_disc_id(scsi_toc_toc &toc); 13 14 #endif // CDDB_H 15