mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Removed NATIVE_UINT from internal structures and some procedures.
This type should be used extremely sparingly! date 2001.03.09.21.17.00; author rmoore1; state Exp;
This commit is contained in:
parent
00120260d0
commit
97d72253e1
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
|
||||
* $Revision: 1.81 $
|
||||
* $Revision: 1.82 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -211,7 +211,7 @@ typedef struct /* STRING - has length and pointer - Null terminated, ASCII chara
|
||||
{
|
||||
ACPI_OBJECT_COMMON_HEADER
|
||||
|
||||
NATIVE_UINT Length;
|
||||
UINT32 Length;
|
||||
NATIVE_CHAR *Pointer; /* String value in AML stream or in allocated space */
|
||||
|
||||
} ACPI_OBJECT_STRING;
|
||||
|
Loading…
x
Reference in New Issue
Block a user