summaryrefslogtreecommitdiff
path: root/include/bl2/bl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl2/bl2.h')
-rw-r--r--include/bl2/bl2.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
new file mode 100644
index 00000000..89ff06ea
--- /dev/null
+++ b/include/bl2/bl2.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef BL2_H__
+#define BL2_H__
+
+void bl2_main(void);
+
+#endif /* BL2_H__ */