2 * $RCSfile: lib_cdinfo.h,v $
8 * This code taken quickly from cdinfo and has the following copyrights:
9 * (c) 1996,1997 Gerd Knorr <kraxel@cs.tu-berlin.de>
10 * and Heiko Eissfeldt <heiko@colossus.escape.de>
13 #ifndef __LIB_CDINFO_H_
14 #define __LIB_CDINFO_H_ 1
17 #define FS_NO_DATA 0 /* audio only */
18 #define FS_HIGH_SIERRA 1
20 #define FS_INTERACTIVE 3
24 #define FS_ISO_HFS 7 /* both hfs & isofs filesystem */
25 #define FS_ISO_9660_INTERACTIVE 8 /* both CD-RTOS and isofs filesystem */
29 #define MULTISESSION 32
31 #define HIDDEN_TRACK 128
37 #endif /* __LIB_CDINFO_H_ */