xref: /rk3399_ARM-atf/plat/renesas/common/include/rcar_version.h (revision 6dc5979a6cb2121e4c16e7bd62e24030e0f42755)
1 /*
2  * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef RCAR_VERSION_H
8 #define RCAR_VERSION_H
9 
10 #include <arch_helpers.h>
11 
12 #define VERSION_OF_RENESAS		"3.0.3"
13 #define VERSION_OF_RENESAS_MAXLEN	128
14 
15 extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];
16 
17 #endif /* RCAR_VERSION_H */
18