Prefixed C library macros (MEMSET, etc.) with "ACPI_".

date	2002.02.13.18.54.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:13:52 +00:00
parent f78ca16022
commit 167c377e80

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actypes.h - Common data types for the entire ACPI subsystem
* $Revision: 1.221 $
* $Revision: 1.222 $
*
*****************************************************************************/
@ -1212,7 +1212,7 @@ typedef struct AcpiResource
#define ACPI_ALIGN_RESOURCE_SIZE(Length) (Length)
#else
#define ACPI_ALIGN_RESOURCE_SIZE(Length) ROUND_UP_TO_NATIVE_WORD(Length)
#endif
#endif
/*
* END: of definitions for Resource Attributes