mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04: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
2 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue