1 #ifndef _INCLUDE_LINUX_OSD_CD_H
2 #define _INCLUDE_LINUX_OSD_CD_H
3 
4 #include <stdio.h>
5 #include <sys/types.h>
6 #include <fcntl.h>
7 #include <linux/cdrom.h>
8 #include <sys/ioctl.h>
9 
10 #include "sys_dep.h"
11 #include "cd.h"
12 
13 
14 #endif
15