blob: 8ec080c0a5406fd6e368b9afd2e49f25a30d6131 [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 BL2_H
8#define BL2_H
Roberto Vargas05712702018-02-12 12:36:17 +00009
10void bl2_main(void);
Roberto Vargas05712702018-02-12 12:36:17 +000011
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* BL2_H */