bl2u.h 200 Bytes
Newer Older
1
2
3
4
5
6
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef BL2U_H
#define BL2U_H
9
10
11

void bl2u_main(void);

12
#endif /* BL2U_H */