diff 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
line wrap: on
line diff
--- a/driver/pt1_ioctl.h	Mon Feb 23 03:06:17 2009 +0900
+++ b/driver/pt1_ioctl.h	Mon Feb 23 14:28:35 2009 +0900
@@ -14,4 +14,7 @@
 #define		SET_CHANNEL	_IOW(0x8D, 0x01, FREQUENCY)
 #define		START_REC	_IO(0x8D, 0x02)
 #define		STOP_REC	_IO(0x8D, 0x03)
+#define		GET_SIGNAL_STRENGTH	_IOR(0x8D, 0x04, int *)
+#define		LNB_ENABLE	_IO(0x8D, 0x05)
+#define		LNB_DISABLE	_IO(0x8D, 0x06)
 #endif