summaryrefslogtreecommitdiffstats
path: root/vidix/glint_regs.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-31 07:04:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-31 07:04:07 +0000
commita931e510b14a569925ce6c764fafd1c7728b294b (patch)
treed4d904fcb3d128d740d48462853752677ce3d67d /vidix/glint_regs.h
parent71ec2912dbe91561ff4d4473479a4946b1939cb4 (diff)
downloadmpv-a931e510b14a569925ce6c764fafd1c7728b294b.tar.bz2
mpv-a931e510b14a569925ce6c764fafd1c7728b294b.tar.xz
Identifiers starting with underscores are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23954 b3059339-0415-0410-9bf9-f77b7e298cf2
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 */