aboutsummaryrefslogtreecommitdiff
path: root/include/plat/arm/board/fvp_r/fvp_r_bl1.h
blob: 0b41e672f0ec10afa24c03967f241b467e4c61d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef FVP_R_BL1_H
#define FVP_R_BL1_H

void bl1_load_bl33(void);
void bl1_transfer_bl33(void);

#endif /* FVP_R_BL1_H */