mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Created new dispatcher subcomponent
date 2000.03.30.17.06.00; author rmoore1; state Exp;
This commit is contained in:
parent
ea107e22e0
commit
10e9174c00
@ -1,6 +1,6 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: dswalk - Dispatcher parse tree walk management routines
|
||||
* Module Name: dswstate - Dispatcher parse tree walk management routines
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -114,7 +114,7 @@
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
#define __DSWALK_C__
|
||||
#define __DSWSTATE_C__
|
||||
|
||||
#include <acpi.h>
|
||||
#include <amlcode.h>
|
||||
@ -124,7 +124,7 @@
|
||||
#include <interp.h>
|
||||
|
||||
#define _COMPONENT DISPATCHER
|
||||
MODULE_NAME ("dswalk");
|
||||
MODULE_NAME ("dswstate");
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user