[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>
This commit is contained in:
Mauro Carvalho Chehab
2015-06-07 14:31:13 -03:00
parent d21ddba826
commit fe557e40f5
2 changed files with 8 additions and 6 deletions

View File

@@ -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 {