Interface changes

date	99.06.10.23.12.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:50:03 +00:00
parent 7adfbc9710
commit fc83bb8db0

View File

@ -149,6 +149,9 @@
#define NS_ROOT_PATH "/"
/* Used in NsMapAcpiTable for size parameter if table header is to be used */
#define SIZE_IN_HEADER 0
/*
* Top-level namespace access - nsaccess
@ -385,14 +388,14 @@ NsVerifyTableChecksum (
ACPI_STATUS
NsGetTable (
UINT32 PhysicalAddress,
void *PhysicalAddress,
OSD_FILE *InputFile,
void * *Table);
void **Table);
ACPI_STATUS
NsGetFACS (
OSD_FILE *InputFile,
void * *Table);
void **Table);
/*