diff options
Diffstat (limited to 'include/drivers/arm/cci.h')
-rw-r--r-- | include/drivers/arm/cci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/arm/cci.h b/include/drivers/arm/cci.h index 2401e85a..1145f91b 100644 --- a/include/drivers/arm/cci.h +++ b/include/drivers/arm/cci.h @@ -146,7 +146,7 @@ * SLAVE_IF_UNUSED should be used in the map to represent no AMBA 4 master exists * for that interface. */ -void cci_init(unsigned long cci_base, +void cci_init(uintptr_t cci_base, const int *map, unsigned int num_cci_masters); |