summaryrefslogtreecommitdiffstats
path: root/vidix/pm3_regs.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
commit584fe5daf2c9de92bf3e3d32c81ab19610dedd7d (patch)
tree997b8d00947b94c136737f9e435288b93c67b3e6 /vidix/pm3_regs.h
parent8efb2fa21c81f99b37795621f9ec2bc125c6ced0 (diff)
downloadmpv-584fe5daf2c9de92bf3e3d32c81ab19610dedd7d.tar.bz2
mpv-584fe5daf2c9de92bf3e3d32c81ab19610dedd7d.tar.xz
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/pm3_regs.h')
-rw-r--r--vidix/pm3_regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/pm3_regs.h b/vidix/pm3_regs.h
index 0ace0cbd30..02fa982a96 100644
--- a/vidix/pm3_regs.h
+++ b/vidix/pm3_regs.h
@@ -11,8 +11,8 @@
*
*/
-#ifndef PM3_REGS_H
-#define PM3_REGS_H
+#ifndef MPLAYER_PM3_REGS_H
+#define MPLAYER_PM3_REGS_H
/**********************************************
* GLINT Permedia3 Control Status registers *
@@ -1110,4 +1110,4 @@ do{ \
temp = READ_REG(PM3RD_IndexedData); \
}
#endif
-#endif /* PM3_REGS_H */
+#endif /* MPLAYER_PM3_REGS_H */