xref: /rk3399_ARM-atf/plat/renesas/common/include/rcar_version.h (revision 4b8e5078221c084c1fbc1782537e44aaff53acb4)
1011a4c2fSBiju Das /*
2c5f5bb17SToshiyuki Ogasahara  * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
3011a4c2fSBiju Das  *
4011a4c2fSBiju Das  * SPDX-License-Identifier: BSD-3-Clause
5011a4c2fSBiju Das  */
6011a4c2fSBiju Das 
7011a4c2fSBiju Das #ifndef RCAR_VERSION_H
8011a4c2fSBiju Das #define RCAR_VERSION_H
9011a4c2fSBiju Das 
10011a4c2fSBiju Das #include <arch_helpers.h>
11011a4c2fSBiju Das 
12*516a98efSHieu Nguyen #define VERSION_OF_RENESAS		"4.0.0"
13011a4c2fSBiju Das #define VERSION_OF_RENESAS_MAXLEN	128
14011a4c2fSBiju Das 
15011a4c2fSBiju Das extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];
16011a4c2fSBiju Das 
17011a4c2fSBiju Das #endif /* RCAR_VERSION_H */
18