mirror of
https://github.com/acpica/acpica/
synced 2025-02-04 15:44:04 +03:00
64-bit C support
date 2001.12.12.23.51.00; author rmoore1; state Exp;
This commit is contained in:
parent
1b0b04844e
commit
c01bfa3f75
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asltypes.h - compiler data types and struct definitions
|
||||
* $Revision: 1.25 $
|
||||
* $Revision: 1.26 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -277,7 +277,7 @@ typedef enum
|
||||
ASL_FILE_LISTING_OUTPUT,
|
||||
ASL_FILE_HEX_OUTPUT,
|
||||
ASL_FILE_NAMESPACE_OUTPUT,
|
||||
ASL_FILE_DEBUG_OUTPUT,
|
||||
ASL_FILE_DEBUG_OUTPUT
|
||||
|
||||
} ASL_FILE_TYPES;
|
||||
|
||||
@ -396,7 +396,7 @@ typedef enum
|
||||
ASL_MSG_BYTES_TO_BITS,
|
||||
ASL_MSG_BITS_TO_BYTES,
|
||||
ASL_MSG_AML_NOT_IMPLEMENTED,
|
||||
ASL_MSG_NO_WHILE,
|
||||
ASL_MSG_NO_WHILE
|
||||
|
||||
} ASL_MESSAGE_IDS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user