1 2 3 4 5 6 7 8 9 10
// SPDX-License-Identifier: BSD-2-Clause-Patent #ifndef _SHIM_VERSION_H #define _SHIM_VERSION_H 1 #include <efi.h> extern CHAR8 shim_version[]; #endif /* SHIM_VERSION_H */