summaryrefslogtreecommitdiffstats
path: root/vidix/mach64.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/mach64.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/mach64.h')
-rw-r--r--vidix/mach64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/mach64.h b/vidix/mach64.h
index 3e97a09e48..e018aaca34 100644
--- a/vidix/mach64.h
+++ b/vidix/mach64.h
@@ -22,8 +22,8 @@
* radeonfb, GATOS (gatos.sf.net) and X11 (www.xfree86.org)
*/
-#ifndef __MACH64_INCLUDED
-#define __MACH64_INCLUDED 1
+#ifndef MACH64_H
+#define MACH64_H
/* Note: this model of accessing to IO space is based on MMIO technology.
This means that this sources don't support ISA and VLB cards */
@@ -2494,4 +2494,4 @@ This means that this sources don't support ISA and VLB cards */
#define MIX_FN_PAINT MIX_SRC
-#endif
+#endif /* MACH64_H */