mirror of
https://github.com/acpica/acpica/
synced 2025-03-14 02:02:52 +03:00
Debug globals; Moved defines to aclocal.h
date 2002.02.07.18.15.00; author rmoore1; state Exp;
This commit is contained in:
parent
b569a2aac4
commit
a35212091c
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: aclocal.h - Internal data types used across the ACPI subsystem
|
||||
* $Revision: 1.155 $
|
||||
* $Revision: 1.156 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -974,6 +974,12 @@ typedef struct dbmethodinfo
|
||||
} DB_METHOD_INFO;
|
||||
|
||||
|
||||
|
||||
#define DB_REDIRECTABLE_OUTPUT 0x01
|
||||
#define DB_CONSOLE_OUTPUT 0x02
|
||||
#define DB_DUPLICATE_OUTPUT 0x03
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
*
|
||||
* Debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user