Add UINT16_BIT

date	2003.10.01.19.52.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:14:33 +00:00
parent f0c73b332b
commit 842c2b8513

View File

@ -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;