Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=65af61... Commit: 65af619d84ee2d3a1faacbbeded374d0b313d3a9 Parent: 177b868d93861077619261dcecd0147d1c033026 Author: Steven Toth <stoth@linuxtv.org> AuthorDate: Thu Sep 11 21:08:59 2008 -0300 Committer: Mauro Carvalho Chehab <mchehab@redhat.com> CommitDate: Sun Oct 12 09:37:04 2008 -0200 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> --- 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 bfd670f..915edd3 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, -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
