From df1400ccce14eb206b56e32446107d7bb015eda0 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:11:56 +0000 Subject: [PATCH] Renamed most header files date 2000.07.10.21.26.00; author rmoore1; state Exp; --- source/include/actypes.h | 6 +++--- source/include/acutils.h | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/include/actypes.h b/source/include/actypes.h index bb145820e..4e632df53 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -114,8 +114,8 @@ * *****************************************************************************/ -#ifndef _ACTYPES_H -#define _ACTYPES_H +#ifndef __ACTYPES_H__ +#define __ACTYPES_H__ /*! [Begin] no source code translation (keep the typedefs) */ @@ -1057,4 +1057,4 @@ typedef struct _prt_tag * END: Definitions for PCI Routing tables */ -#endif /* ACTYPES_H */ +#endif /* __ACTYPES_H__ */ diff --git a/source/include/acutils.h b/source/include/acutils.h index 3273920cf..9b29a0977 100644 --- a/source/include/acutils.h +++ b/source/include/acutils.h @@ -1,7 +1,7 @@ /****************************************************************************** * - * Name: common.h -- prototypes for the common (subsystem-wide) procedures + * Name: accommon.h -- prototypes for the common (subsystem-wide) procedures * *****************************************************************************/ @@ -114,8 +114,8 @@ * *****************************************************************************/ -#ifndef _COMMON_H -#define _COMMON_H +#ifndef _ACCOMMON_H +#define _ACCOMMON_H #define REF_INCREMENT (UINT16) 0 @@ -738,4 +738,4 @@ AcpiCmDumpCurrentAllocations ( #endif -#endif /* _COMMON_H */ +#endif /* _ACCOMMON_H */