summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dxr3/dxr3.h')
-rw-r--r--src/dxr3/dxr3.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dxr3/dxr3.h b/src/dxr3/dxr3.h
index f6d3cc2d9..c17708e11 100644
--- a/src/dxr3/dxr3.h
+++ b/src/dxr3/dxr3.h
@@ -17,9 +17,12 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: dxr3.h,v 1.1 2002/05/06 11:26:37 jcdutton Exp $
+ * $Id: dxr3.h,v 1.2 2002/05/24 22:09:44 miguelfreitas Exp $
*/
+#ifndef HAVE_DXR3_H
+#define HAVE_DXR3_H
+
#include <linux/em8300.h>
/* data for the device name config entry */
@@ -30,3 +33,5 @@
/* image format used by dxr3_decoder to tag undecoded mpeg data */
#define IMGFMT_MPEG (('G'<<24)|('E'<<16)|('P'<<8)|'M')
+
+#endif