diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-07 20:31:13 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 23:47:35 +0300 |
commit | fe557e40f576741308d3546906eba7094e940de4 (patch) | |
tree | e5b4fac3136510307a8c20596bec4213f2f623e7 /include/uapi/linux/dvb | |
parent | d21ddba826d8704525fa637e69cf90b8e034d94a (diff) | |
download | linux-fe557e40f576741308d3546906eba7094e940de4.tar.xz |
[media] DocBook: add xrefs for enum fe_type
The only enum that was missing xrefs at frontend.h is fe_type.
Add xrefs for them.
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.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index 66499f238204..a36d802fae0c 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h @@ -28,12 +28,14 @@ #include <linux/types.h> -typedef enum fe_type { +enum fe_type { FE_QPSK, FE_QAM, FE_OFDM, FE_ATSC -} fe_type_t; +}; + +typedef enum fe_type fe_type_t; enum fe_caps { |