]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/QemuVideoDxe/DriverSupportedEfiVersion.c
OvmfPkg/EnrollDefaultKeys: clean up acronym capitalization in identifiers
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / DriverSupportedEfiVersion.c
CommitLineData
eaf4f336 1/** @file\r
2 Driver supported version protocol for the QEMU video driver.\r
3\r
4 Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
5\r
b26f0cf9 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
eaf4f336 7\r
8**/\r
9#include "Qemu.h"\r
10\r
11EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL gQemuVideoDriverSupportedEfiVersion = {\r
12 sizeof (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL), // Size of Protocol structure.\r
13 0 // Version number to be filled at start up.\r
14};\r
15\r