mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:41:02 +07:00
[media] Add missing include guard to header file
Signed-off-by: Hans Petter Selasky <hselasky@c2i.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
96c68795dc
commit
5d8f290c05
@ -4,6 +4,9 @@
|
|||||||
#include <dvb_net.h>
|
#include <dvb_net.h>
|
||||||
#include <dvb_frontend.h>
|
#include <dvb_frontend.h>
|
||||||
|
|
||||||
|
#ifndef _VIDEOBUF_DVB_H_
|
||||||
|
#define _VIDEOBUF_DVB_H_
|
||||||
|
|
||||||
struct videobuf_dvb {
|
struct videobuf_dvb {
|
||||||
/* filling that the job of the driver */
|
/* filling that the job of the driver */
|
||||||
char *name;
|
char *name;
|
||||||
@ -54,6 +57,7 @@ void videobuf_dvb_dealloc_frontends(struct videobuf_dvb_frontends *f);
|
|||||||
struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id);
|
struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id);
|
||||||
int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p);
|
int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p);
|
||||||
|
|
||||||
|
#endif /* _VIDEOBUF_DVB_H_ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local variables:
|
* Local variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user