blob: b7c2f7245246112af1f795247b8de8d6e6499874 [file] [log] [blame]
/*
* 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 */