Support for creation of user (return) buffers

date	2002.01.10.22.17.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:51:54 +00:00
parent 71c49f61f2
commit 0d21e370e8

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acnamesp.h - Namespace subcomponent prototypes and defines
* $Revision: 1.120 $
* $Revision: 1.122 $
*
*****************************************************************************/
@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
* Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
* Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
* All rights reserved.
*
* 2. License
@ -390,9 +390,8 @@ AcpiNsNameOfCurrentScope (
ACPI_STATUS
AcpiNsHandleToPathname (
ACPI_HANDLE ObjHandle,
ACPI_SIZE *BufSize,
NATIVE_CHAR *UserBuffer);
ACPI_HANDLE TargetHandle,
ACPI_BUFFER *Buffer);
BOOLEAN
AcpiNsPatternMatch (
@ -412,7 +411,7 @@ AcpiNsGetPathnameLength (
/*
* Object management for NTEs - nsobject
* Object management for namespace nodes - nsobject
*/
ACPI_STATUS