mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Add UINT16_BIT
date 2003.10.01.19.52.00; author rmoore1; state Exp;
This commit is contained in:
parent
f0c73b332b
commit
842c2b8513
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: actypes.h - Common data types for the entire ACPI subsystem
|
||||
* $Revision: 1.261 $
|
||||
* $Revision: 1.262 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -281,6 +281,7 @@ typedef UINT32 ACPI_SIZE;
|
||||
/*
|
||||
* Miscellaneous common types
|
||||
*/
|
||||
typedef UINT16 UINT16_BIT;
|
||||
typedef UINT32 UINT32_BIT;
|
||||
typedef ACPI_NATIVE_UINT ACPI_PTRDIFF;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user