Newer
Older
arm-trusted-firmware / plat / renesas / rcar / include / rcar_version.h
@Antonio Nino Diaz Antonio Nino Diaz on 8 Nov 2018 383 bytes Standardise header guards across codebase
/*
 * Copyright (c) 2015-2018, 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		"1.0.22"
#define	VERSION_OF_RENESAS_MAXLEN	(128)

extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];

#endif /* RCAR_VERSION_H */