mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 01:14:46 +03:00
New exception codes
date 99.07.06.17.37.00; author rmoore1; state Exp;
This commit is contained in:
parent
96304bf299
commit
8122882a74
@ -104,6 +104,10 @@
|
||||
|
||||
/* Global initialization interfaces */
|
||||
|
||||
void
|
||||
InitAcpiLibGlobals (
|
||||
void);
|
||||
|
||||
ACPI_STATUS
|
||||
InitAcpiGetRsdt (
|
||||
UINT32 *NumberOfTables,
|
||||
@ -127,6 +131,13 @@ InitCloseFile (
|
||||
OSD_FILE *FilePtr);
|
||||
|
||||
|
||||
/* Exit interfaces */
|
||||
|
||||
void
|
||||
AcpiLocalCleanup (
|
||||
void);
|
||||
|
||||
|
||||
|
||||
/* Debug interfaces */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user