summaryrefslogtreecommitdiffstats
path: root/source/include/acpiosxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acpiosxf.h')
-rw-r--r--source/include/acpiosxf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/include/acpiosxf.h b/source/include/acpiosxf.h
index fc9c8f0..6fcda9e 100644
--- a/source/include/acpiosxf.h
+++ b/source/include/acpiosxf.h
@@ -1,7 +1,6 @@
-
/******************************************************************************
*
- * Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These
+ * Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These
* interfaces must be implemented by OSL to interface the
* ACPI components to the host operating system.
*
@@ -122,9 +121,11 @@ AcpiOsPhysicalTableOverride (
/*
* Spinlock primitives
*/
+#ifndef AcpiOsCreateLock
ACPI_STATUS
AcpiOsCreateLock (
ACPI_SPINLOCK *OutHandle);
+#endif
void
AcpiOsDeleteLock (
OpenPOWER on IntegriCloud