aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/dvb/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index bfd670fa16b2..915edd319f34 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -251,6 +251,7 @@ struct dvb_frontend_event {
251 * binary compatability. 251 * binary compatability.
252 */ 252 */
253typedef enum dtv_cmd_types { 253typedef enum dtv_cmd_types {
254 DTV_UNDEFINED,
254 DTV_TUNE, 255 DTV_TUNE,
255 DTV_CLEAR, 256 DTV_CLEAR,
256 257