summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/Projects/MCUXpresso/Secure/tzm_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/Projects/MCUXpresso/Secure/tzm_config.h')
-rw-r--r--FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/Projects/MCUXpresso/Secure/tzm_config.h36
1 files changed, 6 insertions, 30 deletions
diff --git a/FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/Projects/MCUXpresso/Secure/tzm_config.h b/FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/Projects/MCUXpresso/Secure/tzm_config.h
index 9b2f90462..8b48f7799 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/Projects/MCUXpresso/Secure/tzm_config.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/Projects/MCUXpresso/Secure/tzm_config.h
@@ -1,42 +1,18 @@
-/*
- * Copyright 2017-2019 NXP
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-/***********************************************************************************************************************
- * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
- * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
- **********************************************************************************************************************/
-
#ifndef _TZM_CONFIG_H_
#define _TZM_CONFIG_H_
-/***********************************************************************************************************************
- * Definitions
- **********************************************************************************************************************/
-
-/***********************************************************************************************************************
- * API
- **********************************************************************************************************************/
-
#if defined(__cplusplus)
extern "C" {
-#endif
+#endif /* __cplusplus */
-/* Initialize TrustZone */
-void BOARD_InitTrustZone();
+
+/***********************************************************************************************************************
+ * Initialize TrustZone
+ **********************************************************************************************************************/
+void BOARD_InitTrustZone(void);
#if defined(__cplusplus)
}
#endif
-/*!
- * @}
- */
#endif /* _TZM_CONFIG_H_ */
-
-/***********************************************************************************************************************
- * EOF
- **********************************************************************************************************************/