blob: 777ec6aa7e88bb24bb66971b38b38a71451cdb3e [file] [log] [blame]
Jorge Ramirez-Ortizbf084dc2018-09-23 09:36:13 +02001/*
Toshiyuki Ogasahara63c76f02020-12-08 17:43:24 +09002 * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
Jorge Ramirez-Ortizbf084dc2018-09-23 09:36:13 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef RCAR_VERSION_H
8#define RCAR_VERSION_H
Jorge Ramirez-Ortizbf084dc2018-09-23 09:36:13 +02009
10#include <arch_helpers.h>
11
Hieu Nguyen7d237a12023-07-22 15:02:30 +070012#define VERSION_OF_RENESAS "4.0.0"
Marek Vasut17f1c052020-02-09 11:57:24 +010013#define VERSION_OF_RENESAS_MAXLEN 128
Jorge Ramirez-Ortizbf084dc2018-09-23 09:36:13 +020014
15extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];
16
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000017#endif /* RCAR_VERSION_H */