comparison driver/pt1_ioctl.h @ 9:07b2fc07ff48

updated to current driver to support signal strength.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 23 Feb 2009 14:28:35 +0900
parents 67e8eca28a80
children f336fd2dcf28
comparison
equal deleted inserted replaced
8:6da603afd363 9:07b2fc07ff48
12 /* IOCTLÄêµÁ */ 12 /* IOCTLÄêµÁ */
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 *)
18 #define LNB_ENABLE _IO(0x8D, 0x05)
19 #define LNB_DISABLE _IO(0x8D, 0x06)
17 #endif 20 #endif