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

#ifndef BL2_H__
#define BL2_H__

Roberto Vargas's avatar
Roberto Vargas committed
10
11
struct entry_point_info;

12
void bl2_main(void);
Roberto Vargas's avatar
Roberto Vargas committed
13
struct entry_point_info *bl2_load_images(void);
14
15

#endif /* BL2_H__ */