mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 05:49:18 +03:00
Added support to allow all code to be compiled with either C or Pascal
calling conventions. date 2002.02.15.17.59.00; author rmoore1; state Exp;
This commit is contained in:
parent
494b0a585d
commit
0c6f9d9a3b
@ -221,7 +221,7 @@ AcpiOsWritable (
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
void
|
||||
void ACPI_INTERNAL_VAR_XFACE
|
||||
AcpiOsPrintf (
|
||||
const char *Fmt,
|
||||
...)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: oswinxf - Windows OSL
|
||||
* $Revision: 1.26 $
|
||||
* $Revision: 1.27 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -295,7 +295,7 @@ AcpiOsWritable (
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
void
|
||||
void ACPI_INTERNAL_VAR_XFACE
|
||||
AcpiOsPrintf (
|
||||
const char *Fmt,
|
||||
...)
|
||||
|
@ -8,7 +8,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
|
||||
@ -126,7 +126,7 @@ extern UINT8 *DsdtPtr;
|
||||
extern UINT32 AcpiDsdtLength;
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
extern UINT8 *AmlPtr;
|
||||
extern UINT8 *AmlStart;
|
||||
extern UINT32 AmlLength;
|
||||
extern FILE *AcpiGbl_DebugFile;
|
||||
|
||||
@ -186,6 +186,13 @@ getopt (
|
||||
char **argv,
|
||||
char *opts);
|
||||
|
||||
ACPI_STATUS
|
||||
AeBuildLocalTables (
|
||||
void);
|
||||
|
||||
ACPI_STATUS
|
||||
AeInstallTables (
|
||||
void);
|
||||
|
||||
void
|
||||
AeDumpNamespace (
|
||||
@ -234,12 +241,6 @@ AdDumpTables (void);
|
||||
ACPI_STATUS
|
||||
AeInstallHandlers (void);
|
||||
|
||||
int
|
||||
FlatMove (
|
||||
UINT32 Dest,
|
||||
UINT32 Src,
|
||||
UINT32 Size);
|
||||
|
||||
ACPI_STATUS
|
||||
AdGetTables (
|
||||
char *Filename);
|
||||
|
Loading…
Reference in New Issue
Block a user