diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-26 00:29:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 09:37:11 -0200 |
commit | eacf8d8d6bc6798f6870a2cf2c159bfcde3759ac (patch) | |
tree | b3c7d3d709a8754f22b6385c70b6ac4bfb4d4f88 /include/linux/dvb/frontend.h | |
parent | d48cb402a1ba48c4ad4a36c3c561386027318459 (diff) | |
download | talos-obmc-linux-eacf8d8d6bc6798f6870a2cf2c159bfcde3759ac.tar.gz talos-obmc-linux-eacf8d8d6bc6798f6870a2cf2c159bfcde3759ac.zip |
V4L/DVB (9072): S2API: Add DTV_API_VERSION command
This allows application developers to query the dvb-core API version
dynamically, helping developers understand whether certain features
will be available.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb/frontend.h')
-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 b561626fc8a0..eb98f8c37cad 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -268,6 +268,7 @@ struct dvb_frontend_event { #define DTV_FE_CAPABILITY 16 #define DTV_DELIVERY_SYSTEM 17 +#define DTV_API_VERSION 35 typedef enum fe_pilot { PILOT_ON, |