mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 09:04:21 +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
|
||||
* $Revision: 1.119 $
|
||||
* $Revision: 1.123 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -208,6 +208,8 @@
|
||||
#define FILE_SUFFIX_ASM_SOURCE "asm"
|
||||
#define FILE_SUFFIX_C_SOURCE "c"
|
||||
#define FILE_SUFFIX_DISASSEMBLY "dsl"
|
||||
#define FILE_SUFFIX_ASM_INCLUDE "inc"
|
||||
#define FILE_SUFFIX_C_INCLUDE "h"
|
||||
|
||||
|
||||
/* Misc */
|
||||
@ -250,6 +252,10 @@ void
|
||||
ResetCurrentLineBuffer (
|
||||
void);
|
||||
|
||||
void
|
||||
InsertLineBuffer (
|
||||
int SourceChar);
|
||||
|
||||
int
|
||||
AslPopInputFileStack (
|
||||
void);
|
||||
@ -774,6 +780,10 @@ void
|
||||
FlSetLineNumber (
|
||||
ACPI_PARSE_OBJECT *Op);
|
||||
|
||||
ACPI_STATUS
|
||||
FlParseInputPathname (
|
||||
char *InputFilename);
|
||||
|
||||
ACPI_STATUS
|
||||
FlOpenInputFile (
|
||||
char *InputFilename);
|
||||
|
Loading…
x
Reference in New Issue
Block a user