efi-boot-shim/version.h
2021-03-23 23:49:46 +00:00

9 lines
158 B
C

// SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef _SHIM_VERSION_H
#define _SHIM_VERSION_H 1
extern CHAR8 shim_version[];
#endif /* SHIM_VERSION_H */