summaryrefslogtreecommitdiffstats
path: root/plat/brcm/board/common/sbl_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/brcm/board/common/sbl_util.h')
-rw-r--r--plat/brcm/board/common/sbl_util.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/plat/brcm/board/common/sbl_util.h b/plat/brcm/board/common/sbl_util.h
new file mode 100644
index 0000000..0747389
--- /dev/null
+++ b/plat/brcm/board/common/sbl_util.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2015 - 2020, Broadcom
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef SBL_UTIL_H
+#define SBL_UTIL_H
+
+#include <stdint.h>
+
+#include <sotp.h>
+
+#define SBL_DISABLED 0
+#define SBL_ENABLED 1
+
+int sbl_status(void);
+
+#endif /* #ifdef SBL_UTIL_H */