summaryrefslogtreecommitdiffstats
path: root/vidix/dha.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/dha.h')
-rw-r--r--vidix/dha.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/dha.h b/vidix/dha.h
index bb9a24a022..5f4035b42a 100644
--- a/vidix/dha.h
+++ b/vidix/dha.h
@@ -33,8 +33,8 @@
* Original location: www.linuxvideo.org/gatos
*/
-#ifndef LIBDHA_H
-#define LIBDHA_H
+#ifndef DHA_H
+#define DHA_H
#ifdef __cplusplus
extern "C" {
@@ -92,4 +92,4 @@ extern int mtrr_set_type(unsigned base,unsigned size,int type);
}
#endif
-#endif /* LIBDHA_H */
+#endif /* DHA_H */