summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/QemuVideoDxe/DriverSupportedEfiVersion.c
blob: c06f1d73cf6b916a0eac90d91a76e0ea76efeee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @file
  Driver supported version protocol for the QEMU video driver.

  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>

  SPDX-License-Identifier: BSD-2-Clause-Patent

**/
#include "Qemu.h"

EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL gQemuVideoDriverSupportedEfiVersion = {
  sizeof (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL), // Size of Protocol structure.
  0                                                   // Version number to be filled at start up.
};