Module Name: src
Committed By: jmcneill
Date: Wed Jul 13 23:16:55 UTC 2011
Modified Files:
src/sys/dev/dtv: dtvio_frontend.h
Log Message:
fe_sec_voltage_t: add SEC_VOLTAGE_OFF
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dtv/dtvio_frontend.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/dtv/dtvio_frontend.h
diff -u src/sys/dev/dtv/dtvio_frontend.h:1.1 src/sys/dev/dtv/dtvio_frontend.h:1.2
--- src/sys/dev/dtv/dtvio_frontend.h:1.1 Sat Jul 9 14:46:56 2011
+++ src/sys/dev/dtv/dtvio_frontend.h Wed Jul 13 23:16:55 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: dtvio_frontend.h,v 1.1 2011/07/09 14:46:56 jmcneill Exp $ */
+/* $NetBSD: dtvio_frontend.h,v 1.2 2011/07/13 23:16:55 jmcneill Exp $ */
/*-
* Copyright (c) 2011 Jared D. McNeill <[email protected]>
@@ -256,6 +256,7 @@
typedef enum fe_sec_voltage {
SEC_VOLTAGE_13,
SEC_VOLTAGE_18,
+ SEC_VOLTAGE_OFF,
} fe_sec_voltage_t;
/* SEC continuous tone */