diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/phys-map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phys-map.h b/include/phys-map.h index 50ff0c42..434b159e 100644 --- a/include/phys-map.h +++ b/include/phys-map.h @@ -54,7 +54,7 @@ enum phys_map_type { RESV }; -extern void phys_map_get(struct proc_chip *chip, enum phys_map_type 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); |