rcar_version.h 380 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef RCAR_VERSION_H
  7. #define RCAR_VERSION_H
  8. #include <arch_helpers.h>
  9. #define VERSION_OF_RENESAS "4.0.0"
  10. #define VERSION_OF_RENESAS_MAXLEN 128
  11. extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];
  12. #endif /* RCAR_VERSION_H */