xref: /haiku/src/add-ons/kernel/file_systems/cdda/cddb.h (revision 2b76973fa2401f7a5edf68e6470f3d3210cbcff3)
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