From 3ffb42da8139be2400ea9d95e6852ccb049815b8 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Mon, 2 May 2005 06:55:45 +0000 Subject: added missing #ifndef and #define to inhibit multiple inclusions --- linux/drivers/media/dvb/frontends/dvb-pll.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/dvb/frontends') 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 -- cgit v1.2.3