diff options
| author | Tom Rini <[email protected]> | 2021-10-04 11:27:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-04 11:28:16 -0400 |
| commit | 50c84208ad50a27382c64af911abba4510a8b608 (patch) | |
| tree | 1b79a2e167ca4094d4adc80ab1195f42e792e309 /include/version_string.h | |
| parent | d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 (diff) | |
| parent | e17cbdd050f7127737988997f4a01583b34f7c96 (diff) | |
Merge branch 'next'
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/version_string.h')
| -rw-r--r-- | include/version_string.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/version_string.h b/include/version_string.h new file mode 100644 index 00000000000..a89a6e43705 --- /dev/null +++ b/include/version_string.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#ifndef __VERSION_STRING_H__ +#define __VERSION_STRING_H__ + +extern const char version_string[]; + +#endif /* __VERSION_STRING_H__ */ |
