mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Changed ASM include file extension to .INC
date 2002.11.21.22.07.00; author rmoore1; state Exp;
This commit is contained in:
parent
68bfa6ba65
commit
aa63359ce5
@ -2,7 +2,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: aslcompiler.h - common include file
|
* Module Name: aslcompiler.h - common include file
|
||||||
* $Revision: 1.119 $
|
* $Revision: 1.123 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -208,6 +208,8 @@
|
|||||||
#define FILE_SUFFIX_ASM_SOURCE "asm"
|
#define FILE_SUFFIX_ASM_SOURCE "asm"
|
||||||
#define FILE_SUFFIX_C_SOURCE "c"
|
#define FILE_SUFFIX_C_SOURCE "c"
|
||||||
#define FILE_SUFFIX_DISASSEMBLY "dsl"
|
#define FILE_SUFFIX_DISASSEMBLY "dsl"
|
||||||
|
#define FILE_SUFFIX_ASM_INCLUDE "inc"
|
||||||
|
#define FILE_SUFFIX_C_INCLUDE "h"
|
||||||
|
|
||||||
|
|
||||||
/* Misc */
|
/* Misc */
|
||||||
@ -250,6 +252,10 @@ void
|
|||||||
ResetCurrentLineBuffer (
|
ResetCurrentLineBuffer (
|
||||||
void);
|
void);
|
||||||
|
|
||||||
|
void
|
||||||
|
InsertLineBuffer (
|
||||||
|
int SourceChar);
|
||||||
|
|
||||||
int
|
int
|
||||||
AslPopInputFileStack (
|
AslPopInputFileStack (
|
||||||
void);
|
void);
|
||||||
@ -774,6 +780,10 @@ void
|
|||||||
FlSetLineNumber (
|
FlSetLineNumber (
|
||||||
ACPI_PARSE_OBJECT *Op);
|
ACPI_PARSE_OBJECT *Op);
|
||||||
|
|
||||||
|
ACPI_STATUS
|
||||||
|
FlParseInputPathname (
|
||||||
|
char *InputFilename);
|
||||||
|
|
||||||
ACPI_STATUS
|
ACPI_STATUS
|
||||||
FlOpenInputFile (
|
FlOpenInputFile (
|
||||||
char *InputFilename);
|
char *InputFilename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user