blob: 89ff06eaed1934d7ab1c5fdf2be418132de623a0 [file] [log] [blame]
Roberto Vargas05712702018-02-12 12:36:17 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef BL2_H__
8#define BL2_H__
9
10void bl2_main(void);
11
12#endif /* BL2_H__ */