1695d3e40fb133cd3ead66311614d13d69da8d9d
[debian/cdck.git] / src / lib_cdinfo.h
1 /*
2  * $RCSfile: lib_cdinfo.h,v $
3  * $Author: swaj $
4  * $Revision: 1.2 $
5  */
6
7 /*
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>
11  */
12
13 #ifndef __LIB_CDINFO_H_
14 #define __LIB_CDINFO_H_ 1
15
16
17 #define FS_NO_DATA              0   /* audio only */
18 #define FS_HIGH_SIERRA          1
19 #define FS_ISO_9660             2
20 #define FS_INTERACTIVE          3
21 #define FS_HFS                  4
22 #define FS_UFS                  5
23 #define FS_EXT2                 6
24 #define FS_ISO_HFS              7  /* both hfs & isofs filesystem */
25 #define FS_ISO_9660_INTERACTIVE 8  /* both CD-RTOS and isofs filesystem */
26 #define FS_UNKNOWN             15
27 #define FS_MASK                15
28 #define XA                     16
29 #define MULTISESSION           32
30 #define PHOTO_CD               64
31 #define HIDDEN_TRACK          128
32 #define CDTV                  256
33 #define BOOTABLE              512
34 #define VIDEOCDI             1024
35
36
37 #endif /* __LIB_CDINFO_H_ */
38
39
40
41 /*
42  *  __END__
43  */