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