1*011a4c2fSBiju Das /* 2*011a4c2fSBiju Das * Copyright (c) 2015-2020, Renesas Electronics Corporation. All rights reserved. 3*011a4c2fSBiju Das * 4*011a4c2fSBiju Das * SPDX-License-Identifier: BSD-3-Clause 5*011a4c2fSBiju Das */ 6*011a4c2fSBiju Das 7*011a4c2fSBiju Das #ifndef RCAR_VERSION_H 8*011a4c2fSBiju Das #define RCAR_VERSION_H 9*011a4c2fSBiju Das 10*011a4c2fSBiju Das #include <arch_helpers.h> 11*011a4c2fSBiju Das 12*011a4c2fSBiju Das #define VERSION_OF_RENESAS "2.0.6" 13*011a4c2fSBiju Das #define VERSION_OF_RENESAS_MAXLEN 128 14*011a4c2fSBiju Das 15*011a4c2fSBiju Das extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN]; 16*011a4c2fSBiju Das 17*011a4c2fSBiju Das #endif /* RCAR_VERSION_H */ 18