summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2005-01-06 12:10:51 +0000
committerJohannes Stezenbach <devnull@localhost>2005-01-06 12:10:51 +0000
commit652a15e64ddb288ae932d1e432f60a45558e20ea (patch)
tree88f1ebbb3757e0386643ea69cc7bfc128a975ff2 /linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
parent810960b890569811cd2b2f32e2428ed7a420c475 (diff)
downloadmediapointer-dvb-s2-652a15e64ddb288ae932d1e432f60a45558e20ea.tar.gz
mediapointer-dvb-s2-652a15e64ddb288ae932d1e432f60a45558e20ea.tar.bz2
patch by Arne Ahrend: minor cleanups (make stuff static etc.)
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h')
-rw-r--r--linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
index e3dbbcdf1..f9bf4e2e4 100644
--- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
+++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h
@@ -22,6 +22,9 @@
*
*/
+#ifndef DVB_BT8XX_H
+#define DVB_BT8XX_H
+
#include <linux/i2c.h>
#include "dvbdev.h"
#include "dvb_net.h"
@@ -51,3 +54,5 @@ struct dvb_bt8xx_card {
struct dvb_frontend* fe;
};
+
+#endif /* DVB_BT8XX_H */