]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/CirrusLogic5430Dxe/DriverSupportedEfiVersion.c
EmulatorPkg: Remove framework pkgs dependency from EmulatorPkg
[mirror_edk2.git] / OptionRomPkg / CirrusLogic5430Dxe / DriverSupportedEfiVersion.c
1 /** @file
2 Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
3 SPDX-License-Identifier: BSD-2-Clause-Patent
4
5 Module Name: DriverSupportEfiVersion.c
6
7 **/
8 #include "CirrusLogic5430.h"
9
10 EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL gCirrusLogic5430DriverSupportedEfiVersion = {
11 sizeof (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL), // Size of Protocol structure.
12 0 // Version number to be filled at start up.
13 };
14