xref: /rk3399_ARM-atf/include/common/build_message.h (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
1 /*
2  * Copyright (c) 2024, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef BUILD_MESSAGE_H
8 #define BUILD_MESSAGE_H
9 
10 static const char build_message[] = "Built : " BUILD_MESSAGE_TIMESTAMP;
11 static const char build_version_string[] = BUILD_MESSAGE_VERSION_STRING;
12 static const char build_version[] = BUILD_MESSAGE_VERSION;
13 
14 #endif /* BUILD_MESSAGE_H */
15