mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
This commit was generated by cvs2svn to compensate for changes in r151940,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
43ea53ef1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151941
@ -130,6 +130,8 @@
|
||||
#include <contrib/dev/acpica/acparser.h>
|
||||
#include <contrib/dev/acpica/acdebug.h>
|
||||
|
||||
#include <contrib/dev/acpica/compiler/aslcompiler.h>
|
||||
|
||||
#define _COMPONENT ACPI_OS_SERVICES
|
||||
ACPI_MODULE_NAME ("osunixxf")
|
||||
|
||||
|
@ -123,6 +123,7 @@
|
||||
|
||||
/* Local prototypes */
|
||||
|
||||
#ifdef ACPI_DBG_TRACK_ALLOCATIONS
|
||||
static ACPI_DEBUG_MEM_BLOCK *
|
||||
AcpiUtFindAllocation (
|
||||
void *Allocation);
|
||||
@ -143,7 +144,6 @@ AcpiUtRemoveAllocation (
|
||||
char *Module,
|
||||
UINT32 Line);
|
||||
|
||||
#ifdef ACPI_DBG_TRACK_ALLOCATIONS
|
||||
static ACPI_STATUS
|
||||
AcpiUtCreateList (
|
||||
char *ListName,
|
||||
|
Loading…
Reference in New Issue
Block a user