]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/AtapiPassThruDxe/DriverSupportedEfiVersion.c
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / DriverSupportedEfiVersion.c
CommitLineData
4cc9af6c 1/** @file\r
ac1ca104
HT
2 Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
3 This program and the accompanying materials \r
4cc9af6c 4 are licensed and made available under the terms and conditions of the BSD License \r
5 which accompanies this distribution. The full text of the license may be found at \r
6 http://opensource.org/licenses/bsd-license.php \r
7\r
8 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
9 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
10\r
11 Module Name: DriverSupportEfiVersion.c\r
12\r
13**/\r
14#include "AtapiPassThru.h"\r
15\r
16EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL gAtapiScsiPassThruDriverSupportedEfiVersion = {\r
17 sizeof (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL), // Size of Protocol structure.\r
18 0 // Version number to be filled at start up.\r
19};\r
20\r