mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 20:25:25 +03:00
Renamed most header files
date 2000.07.10.21.26.00; author rmoore1; state Exp;
This commit is contained in:
parent
5820984c74
commit
df1400ccce
@ -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__ */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user