blob: 387eaf8d8649287e8e466195f686663c6554bb4b [file] [log] [blame]
Roberto Vargas05712702018-02-12 12:36:17 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef BL2U_H
8#define BL2U_H
Roberto Vargas05712702018-02-12 12:36:17 +00009
10void bl2u_main(void);
11
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* BL2U_H */