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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/phys-map.h b/include/phys-map.h
index ae7a4aa..97351a7 100644
--- a/include/phys-map.h
+++ b/include/phys-map.h
@@ -48,6 +48,9 @@ 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_get(uint64_t topology_idx, uint64_t gcid,
+ enum phys_map_type type, int index, uint64_t *addr, uint64_t *size);
+
extern void phys_map_init(unsigned long pvr);
#endif /* __PHYS_MAP_H */