aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/dvb/frontend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 6675edfab3fc..5578fba208f4 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -271,8 +271,10 @@ struct dvb_frontend_event {
271#define DTV_API_VERSION 35 271#define DTV_API_VERSION 35
272#define DTV_CODE_RATE_HP 36 272#define DTV_CODE_RATE_HP 36
273#define DTV_CODE_RATE_LP 37 273#define DTV_CODE_RATE_LP 37
274#define DTV_GUARD_INTERVAL 38
275#define DTV_TRANSMISSION_MODE 39
274 276
275#define DTV_MAX_COMMAND DTV_CODE_RATE_LP 277#define DTV_MAX_COMMAND DTV_TRANSMISSION_MODE
276 278
277typedef enum fe_pilot { 279typedef enum fe_pilot {
278 PILOT_ON, 280 PILOT_ON,