From: Steven Toth Date: Fri, 12 Sep 2008 00:08:59 +0000 (-0300) Subject: V4L/DVB (8998): s2api: restore DTV_UNDEFINED X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=65af619d84ee2d3a1faacbbeded374d0b313d3a9;p=linux-beck.git V4L/DVB (8998): s2api: restore DTV_UNDEFINED Signed-off-by: Steven Toth Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- 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 { * binary compatability. */ typedef enum dtv_cmd_types { + DTV_UNDEFINED, DTV_TUNE, DTV_CLEAR,