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:
aystarik 2005-06-29 20:33:57 +00:00
parent 494b0a585d
commit 0c6f9d9a3b
3 changed files with 12 additions and 11 deletions

View File

@ -221,7 +221,7 @@ AcpiOsWritable (
*
*****************************************************************************/
void
void ACPI_INTERNAL_VAR_XFACE
AcpiOsPrintf (
const char *Fmt,
...)

View File

@ -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,
...)

View File

@ -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);