summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-05-02 06:55:45 +0000
committerPatrick Boettcher <devnull@localhost>2005-05-02 06:55:45 +0000
commit3ffb42da8139be2400ea9d95e6852ccb049815b8 (patch)
tree78e8da48f8fa366d4c0f7e17ad4b492455e4e1ee /linux/drivers/media/dvb/frontends
parent64e484160c41e31c43be70d313f968bce1b56f93 (diff)
downloadmediapointer-dvb-s2-3ffb42da8139be2400ea9d95e6852ccb049815b8.tar.gz
mediapointer-dvb-s2-3ffb42da8139be2400ea9d95e6852ccb049815b8.tar.bz2
added missing #ifndef and #define to inhibit multiple inclusions
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/dvb-pll.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.h b/linux/drivers/media/dvb/frontends/dvb-pll.h
index 0b8f53a2a..4b99d668a 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.h
+++ b/linux/drivers/media/dvb/frontends/dvb-pll.h
@@ -1,7 +1,10 @@
/*
- * $Id: dvb-pll.h,v 1.4 2005/04/17 14:37:15 pb Exp $
+ * $Id: dvb-pll.h,v 1.5 2005/05/02 06:55:45 pb Exp $
*/
+#ifndef __DVB_PLL_H__
+#define __DVB_PLL_H__
+
struct dvb_pll_desc {
char *name;
u32 min;
@@ -30,6 +33,7 @@ extern struct dvb_pll_desc dvb_pll_tua6034;
int dvb_pll_configure(struct dvb_pll_desc *desc, u8 *buf,
u32 freq, int bandwidth);
+#endif
/*
* Local variables:
* c-basic-offset: 8