slimbootloader/BootloaderCorePkg/Include/VerInfo.h

15 lines
292 B
C

/** @file
The bootloader version information.
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef __VER_INFO__
#define __VER_INFO__
#include <Guid/BootLoaderVersionGuid.h>
#endif /* __VER_INFO__ */