/*
 * Copyright (c) 2024, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef BUILD_MESSAGE_H
#define BUILD_MESSAGE_H

static const char build_message[] = "Built : " BUILD_MESSAGE_TIMESTAMP;
static const char build_version_string[] = BUILD_MESSAGE_VERSION_STRING;
static const char build_version[] = BUILD_MESSAGE_VERSION;

#endif /* BUILD_MESSAGE_H */
