summaryrefslogtreecommitdiff
path: root/sys/sys/radioio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/radioio.h')
-rw-r--r--sys/sys/radioio.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/radioio.h b/sys/sys/radioio.h
index e76d28143f6..2df603c8488 100644
--- a/sys/sys/radioio.h
+++ b/sys/sys/radioio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: radioio.h,v 1.2 2001/12/05 10:27:05 mickey Exp $ */
+/* $OpenBSD: radioio.h,v 1.3 2005/12/05 15:16:26 robert Exp $ */
/* $RuOBSD: radioio.h,v 1.4 2001/10/18 16:51:36 pva Exp $ */
/*
@@ -35,6 +35,9 @@
#define MIN_FM_FREQ 87500
#define MAX_FM_FREQ 108000
+#define MIN_TV_CHAN 0
+#define MAX_TV_CHAN 150
+
#define IF_FREQ 10700
struct radio_info {
@@ -58,6 +61,8 @@ struct radio_info {
u_int32_t info;
#define RADIO_INFO_STEREO (1<<0)
#define RADIO_INFO_SIGNAL (1<<1)
+ u_int32_t chan;
+ u_int32_t chnlset;
};
/* Radio device operations */