TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
f53a1b6735ca485d2bc68ee710080fcff9a20bd0
/
.
/
include
/
bl2u
/
bl2u.h
blob: 387eaf8d8649287e8e466195f686663c6554bb4b [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
BL2U_H
#define
BL2U_H
void
bl2u_main
(
void
);
#endif
/* BL2U_H */