mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Prefixed C library macros (MEMSET, etc.) with "ACPI_".
date 2002.02.13.18.54.00; author rmoore1; state Exp;
This commit is contained in:
parent
f78ca16022
commit
167c377e80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user