blob: 7017b3ac69a72b291050e56a833f4b000d86e49c [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 bl2u_main(void);
11
12#endif /* BL2_H__ */