summaryrefslogtreecommitdiffstats
path: root/include/acinterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acinterp.h')
-rw-r--r--include/acinterp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/acinterp.h b/include/acinterp.h
index b0f4b92..74c5f0b 100644
--- a/include/acinterp.h
+++ b/include/acinterp.h
@@ -696,13 +696,13 @@ AcpiExReleaseGlobalLock (
void
AcpiExEisaIdToString (
- UINT32 NumericId,
- char *OutString);
+ char *Dest,
+ ACPI_INTEGER CompressedId);
void
-AcpiExUnsignedIntegerToString (
- ACPI_INTEGER Value,
- char *OutString);
+AcpiExIntegerToString (
+ char *Dest,
+ ACPI_INTEGER Value);
/*
OpenPOWER on IntegriCloud