mirror of
https://github.com/acpica/acpica/
synced 2025-01-07 10:04:53 +03:00
Interface changes
date 99.06.10.23.12.00; author rmoore1; state Exp;
This commit is contained in:
parent
7adfbc9710
commit
fc83bb8db0
@ -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);
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user