summaryrefslogtreecommitdiffstats
path: root/plat/renesas/common/include/rcar_version.h
blob: 5a0ca31c38fe6e99a00ae75721c5e78aa45aef09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef RCAR_VERSION_H
#define RCAR_VERSION_H

#include <arch_helpers.h>

#define VERSION_OF_RENESAS		"3.0.3"
#define VERSION_OF_RENESAS_MAXLEN	128

extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];

#endif /* RCAR_VERSION_H */