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