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