summaryrefslogtreecommitdiffstats
path: root/vidix/glint_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/glint_regs.h')
-rw-r--r--vidix/glint_regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/glint_regs.h b/vidix/glint_regs.h
index f33accd3df..86064cf2c1 100644
--- a/vidix/glint_regs.h
+++ b/vidix/glint_regs.h
@@ -14,8 +14,8 @@
*
*/
-#ifndef _GLINTREG_H_
-#define _GLINTREG_H_
+#ifndef GLINT_REGS_H
+#define GLINT_REGS_H
/**********************************************
* GLINT 500TX Configuration Region Registers *
@@ -1301,4 +1301,4 @@ do{ \
#define ACCESSCHIP2() \
pGlint->IOOffset = 0x10000;
-#endif
+#endif /* GLINT_REGS_H */