blob: 93ce54cfaea78a6f409852efd2c4ef60e839b113 [file] [log] [blame]
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +02001/*
Toshiyuki Ogasahara2701a052019-12-13 14:50:30 +09002 * Copyright (c) 2015-2020, Renesas Electronics Corporation. All rights reserved.
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00007#ifndef RCAR_VERSION_H
8#define RCAR_VERSION_H
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +02009
10#include <arch_helpers.h>
11
Toshiyuki Ogasahara2701a052019-12-13 14:50:30 +090012#define VERSION_OF_RENESAS "2.0.5"
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +020013#define VERSION_OF_RENESAS_MAXLEN (128)
14
15extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];
16
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +000017#endif /* RCAR_VERSION_H */