Renamed most header files

date	2000.07.10.21.26.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:11:56 +00:00
parent 5820984c74
commit df1400ccce
2 changed files with 7 additions and 7 deletions

View File

@ -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__ */

View File

@ -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 */