You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
380 B
18 lines
380 B
/*
|
|
* Copyright (c) 2015-2020, 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 "2.0.6"
|
|
#define VERSION_OF_RENESAS_MAXLEN 128
|
|
|
|
extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];
|
|
|
|
#endif /* RCAR_VERSION_H */
|