aboutsummaryrefslogtreecommitdiff
path: root/include/phys-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phys-map.h')
-rw-r--r--include/phys-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phys-map.h b/include/phys-map.h
index 6fd8cf5..4e694f6 100644
--- a/include/phys-map.h
+++ b/include/phys-map.h
@@ -46,7 +46,7 @@ enum phys_map_type {
extern void phys_map_get(uint64_t gcid, enum phys_map_type type,
int index, uint64_t *addr, uint64_t *size);
-extern void phys_map_init(void);
+extern void phys_map_init(unsigned long pvr);
#endif /* __PHYS_MAP_H */