summaryrefslogtreecommitdiffstats
path: root/drivers/mga_vid.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:21:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:21:20 +0000
commitbaee7815d5566ebb63389c1780e464c3d1f18be1 (patch)
tree9645218c9b0449c92e31a12bbc9e7283246dec67 /drivers/mga_vid.h
parent24421b66fa5f8bfb9b96e8d8f819e000b3f6c865 (diff)
downloadmpv-baee7815d5566ebb63389c1780e464c3d1f18be1.tar.bz2
mpv-baee7815d5566ebb63389c1780e464c3d1f18be1.tar.xz
Replace multiple inclusion guards with leading underscores by default names.
Leading underscores are reserved for system identifiers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25579 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers/mga_vid.h')
-rw-r--r--drivers/mga_vid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mga_vid.h b/drivers/mga_vid.h
index 0a4f378385..4b0a48ee58 100644
--- a/drivers/mga_vid.h
+++ b/drivers/mga_vid.h
@@ -12,8 +12,8 @@
* license. See http://www.gnu.org/copyleft/gpl.html for details.
*/
-#ifndef __LINUX_MGAVID_H
-#define __LINUX_MGAVID_H
+#ifndef MGA_VID_H
+#define MGA_VID_H
typedef struct mga_vid_config_s
{
@@ -56,4 +56,4 @@ uint32_t num_frames;
#define MGA_VID_VERSION 0x0201
-#endif
+#endif /* MGA_VID_H */