mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-19 13:22:03 +00:00
[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:
parent
d21ddba826
commit
fe557e40f5
2 changed files with 8 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue