diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-11 20:08:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:04 -0400 |
commit | 65af619d84ee2d3a1faacbbeded374d0b313d3a9 (patch) | |
tree | 81c9a81925354963e804bd85b9f02aa0e4f8c8c3 | |
parent | 177b868d93861077619261dcecd0147d1c033026 (diff) |
V4L/DVB (8998): s2api: restore DTV_UNDEFINED
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | include/linux/dvb/frontend.h | 1 |
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 | */ |
253 | typedef enum dtv_cmd_types { | 253 | typedef enum dtv_cmd_types { |
254 | DTV_UNDEFINED, | ||
254 | DTV_TUNE, | 255 | DTV_TUNE, |
255 | DTV_CLEAR, | 256 | DTV_CLEAR, |
256 | 257 | ||