diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drivers/arm/smmu_v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/arm/smmu_v3.h b/include/drivers/arm/smmu_v3.h index 75c9465af..a820a4421 100644 --- a/include/drivers/arm/smmu_v3.h +++ b/include/drivers/arm/smmu_v3.h @@ -31,5 +31,6 @@ #define SMMU_S_GBPA_ABORT (1UL << 20) int smmuv3_init(uintptr_t smmu_base); +int smmuv3_security_init(uintptr_t smmu_base); #endif /* SMMU_V3_H */ |