summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/opensil/genoa_poc/opensil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/opensil/genoa_poc/opensil.h')
-rw-r--r--src/vendorcode/amd/opensil/genoa_poc/opensil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/opensil/genoa_poc/opensil.h b/src/vendorcode/amd/opensil/genoa_poc/opensil.h
index 473238d04a67..77b3c4b69207 100644
--- a/src/vendorcode/amd/opensil/genoa_poc/opensil.h
+++ b/src/vendorcode/amd/opensil/genoa_poc/opensil.h
@@ -8,7 +8,7 @@
void SIL_STATUS_report(const char *function, const int status);
// Add the memory map to dev, starting at index idx, returns last use idx
-int add_opensil_memmap(struct device *dev, int idx);
+unsigned long add_opensil_memmap(struct device *dev, unsigned long idx);
// Fill in FADT from openSIL
void opensil_fill_fadt_io_ports(acpi_fadt_t *fadt);