diff options
| author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-07 13:31:13 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 16:47:35 -0400 |
| commit | fe557e40f576741308d3546906eba7094e940de4 (patch) | |
| tree | e5b4fac3136510307a8c20596bec4213f2f623e7 /include/uapi/linux/dvb | |
| parent | d21ddba826d8704525fa637e69cf90b8e034d94a (diff) | |
[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 @@ | |||
| 28 | 28 | ||
| 29 | #include <linux/types.h> | 29 | #include <linux/types.h> |
| 30 | 30 | ||
| 31 | typedef enum fe_type { | 31 | enum fe_type { |
| 32 | FE_QPSK, | 32 | FE_QPSK, |
| 33 | FE_QAM, | 33 | FE_QAM, |
| 34 | FE_OFDM, | 34 | FE_OFDM, |
| 35 | FE_ATSC | 35 | FE_ATSC |
| 36 | } fe_type_t; | 36 | }; |
| 37 | |||
| 38 | typedef enum fe_type fe_type_t; | ||
| 37 | 39 | ||
| 38 | 40 | ||
| 39 | enum fe_caps { | 41 | enum fe_caps { |
