bl2.h 196 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 BL2_H
#define BL2_H
9
10
11

void bl2_main(void);

12
#endif /* BL2_H */