blob: 387eaf8d8649287e8e466195f686663c6554bb4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef BL2U_H
#define BL2U_H
void bl2u_main(void);
#endif /* BL2U_H */
|