DriverSupportedEfiVersion.c 505 B

123456789101112131415
  1. /** @file
  2. Driver supported version protocol for the QEMU video driver.
  3. Copyright (c) 2007 - 2019 Intel Corporation. All rights reserved. <BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #include "Simics.h"
  7. EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL gQemuVideoDriverSupportedEfiVersion = {
  8. sizeof (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL), // Size of Protocol structure.
  9. 0 // Version number to be filled at start up.
  10. };