From baee7815d5566ebb63389c1780e464c3d1f18be1 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Jan 2008 20:21:20 +0000 Subject: 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 --- drivers/mga_vid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/mga_vid.h') 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 */ -- cgit v1.2.3