Go to the documentation of this file.00001 #ifndef __DVR_COMMON_API_H__
00002 #define __DVR_COMMON_API_H__
00003
00004 #include <linux/ioctl.h>
00005 #include "dvr_type_define.h"
00006
00007 #define DVR_IOC_MAGIC 'D'
00008
00009
00010
00011
00012
00013
00014
00015
00016 #define DVR_COMMON_APPLY _IOW(DVR_IOC_MAGIC, 1, FuncTag)
00017 #define DVR_COMMON_DEBUG _IOW(DVR_IOC_MAGIC, 2, FuncTag)
00018 #define DVR_COMMON_DEBUG_WITH_PANIC _IOW(DVR_IOC_MAGIC, 3, FuncTag)
00019
00020 #endif
00021
00022