blob: 5c8805c2e98a6b9cd58560760ba8d1c25fae2d8f [file] [log] [blame]
Jorge Ramirez-Ortizbf084dc2018-09-23 09:36:13 +02001/*
2 * Copyright (c) 2015-2018, Renesas Electronics Corporation. All rights reserved.
3 *
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
Marek Vasutc4886eb2018-12-31 14:51:14 +010012#define VERSION_OF_RENESAS "2.0.0"
Jorge Ramirez-Ortizbf084dc2018-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 Diaz5eb88372018-11-08 10:20:19 +000017#endif /* RCAR_VERSION_H */