aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-stm32mp/include/mach/bsec.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-stm32mp/include/mach/bsec.h')
-rw-r--r--roms/u-boot/arch/arm/mach-stm32mp/include/mach/bsec.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-stm32mp/include/mach/bsec.h b/roms/u-boot/arch/arm/mach-stm32mp/include/mach/bsec.h
new file mode 100644
index 000000000..252eac394
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-stm32mp/include/mach/bsec.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
+/*
+ * Copyright (C) 2020, STMicroelectronics - All Rights Reserved
+ */
+
+/* check self hosted debug status = BSEC_DENABLE.DBGSWENABLE */
+bool bsec_dbgswenable(void);