summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd/OsdMemory.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpica/Osd/OsdMemory.c')
-rw-r--r--sys/dev/acpica/Osd/OsdMemory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpica/Osd/OsdMemory.c b/sys/dev/acpica/Osd/OsdMemory.c
index 2bb13cb..95d84fb 100644
--- a/sys/dev/acpica/Osd/OsdMemory.c
+++ b/sys/dev/acpica/Osd/OsdMemory.c
@@ -94,7 +94,7 @@ AcpiOsWritable (void *Pointer, UINT32 Length)
ACPI_STATUS
AcpiOsReadMemory (
ACPI_PHYSICAL_ADDRESS Address,
- void *Value,
+ UINT32 *Value,
UINT32 Width)
{
void *LogicalAddress;
@@ -129,7 +129,7 @@ AcpiOsReadMemory (
ACPI_STATUS
AcpiOsWriteMemory (
ACPI_PHYSICAL_ADDRESS Address,
- ACPI_INTEGER Value,
+ UINT32 Value,
UINT32 Width)
{
void *LogicalAddress;
OpenPOWER on IntegriCloud