aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/target/cypress/psoc64/driver_smpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ext/target/cypress/psoc64/driver_smpu.h')
-rw-r--r--platform/ext/target/cypress/psoc64/driver_smpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ext/target/cypress/psoc64/driver_smpu.h b/platform/ext/target/cypress/psoc64/driver_smpu.h
index 46bc0f2f38..4962850cff 100644
--- a/platform/ext/target/cypress/psoc64/driver_smpu.h
+++ b/platform/ext/target/cypress/psoc64/driver_smpu.h
@@ -25,6 +25,7 @@ typedef struct smpu_resources SMPU_Resources;
/* API functions */
cy_en_prot_status_t SMPU_Configure(const SMPU_Resources *smpu_dev);
cy_en_prot_status_t protect_unconfigured_smpus(void);
+void SMPU_Print_Config(const SMPU_Resources *smpu_dev);
/* Exported per-SMPU macros */
#define DECLARE_SMPU(N) extern const SMPU_Resources SMPU##N##_Resources;