summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/components/events/evxface.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/components/events/evxface.c b/source/components/events/evxface.c
index bba1bfbf8..1221903dd 100644
--- a/source/components/events/evxface.c
+++ b/source/components/events/evxface.c
@@ -592,6 +592,8 @@ Exit:
return_ACPI_STATUS (Status);
}
+ACPI_EXPORT_SYMBOL (AcpiInstallSciHandler)
+
/*******************************************************************************
*
@@ -668,6 +670,8 @@ UnlockAndExit:
return_ACPI_STATUS (Status);
}
+ACPI_EXPORT_SYMBOL (AcpiRemoveSciHandler)
+
/*******************************************************************************
*