aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-27 21:20:14 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-30 08:36:37 -0400
commit81959d996a3b6ea542ebffc7e394530f4638c6ca (patch)
tree247a36588755c2a34d7e5129dca98b277bc40f45 /include/uapi/linux/dvb
parent6dc59e7a195fc8852e98d64805f44c46c35e40cd (diff)
[media] DocBook: better document FE_DISEQC_SEND_BURST ioctl
Use the proper format for FE_DISEQC_SEND_BURST documentation and improve the documentation. Keep the enum fe_sec_mini_cmd description together with the ioctl, as both are used together. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi/linux/dvb')
-rw-r--r--include/uapi/linux/dvb/frontend.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h
index 1a098819473f..dd64e6d5d881 100644
--- a/include/uapi/linux/dvb/frontend.h
+++ b/include/uapi/linux/dvb/frontend.h
@@ -122,10 +122,12 @@ enum fe_sec_tone_mode {
122typedef enum fe_sec_tone_mode fe_sec_tone_mode_t; 122typedef enum fe_sec_tone_mode fe_sec_tone_mode_t;
123 123
124 124
125typedef enum fe_sec_mini_cmd { 125enum fe_sec_mini_cmd {
126 SEC_MINI_A, 126 SEC_MINI_A,
127 SEC_MINI_B 127 SEC_MINI_B
128} fe_sec_mini_cmd_t; 128};
129
130typedef enum fe_sec_mini_cmd fe_sec_mini_cmd_t;
129 131
130 132
131/** 133/**