comparison driver/pt1_ioctl.h @ 80:f336fd2dcf28

make LNB voltage can be specified from user application
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 12 Dec 2009 22:29:30 +0900
parents 07b2fc07ff48
children 1e7718cc2556
comparison
equal deleted inserted replaced
79:3c2123189edf 80:f336fd2dcf28
13 /***************************************************************************/ 13 /***************************************************************************/
14 #define SET_CHANNEL _IOW(0x8D, 0x01, FREQUENCY) 14 #define SET_CHANNEL _IOW(0x8D, 0x01, FREQUENCY)
15 #define START_REC _IO(0x8D, 0x02) 15 #define START_REC _IO(0x8D, 0x02)
16 #define STOP_REC _IO(0x8D, 0x03) 16 #define STOP_REC _IO(0x8D, 0x03)
17 #define GET_SIGNAL_STRENGTH _IOR(0x8D, 0x04, int *) 17 #define GET_SIGNAL_STRENGTH _IOR(0x8D, 0x04, int *)
18 #define LNB_ENABLE _IO(0x8D, 0x05) 18 #define LNB_ENABLE _IOW(0x8D, 0x05, int)
19 #define LNB_DISABLE _IO(0x8D, 0x06) 19 #define LNB_DISABLE _IO(0x8D, 0x06)
20 #endif 20 #endif