]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c
IntelFrameworkModulePkg IdeBusDxe: Remove redundant functions
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / DriverConfiguration.c
... / ...
CommitLineData
1/** @file\r
2 Implementation of UEFI Driver Configuration Protocol for IDE bus driver which\r
3 provides ability to set IDE bus controller specific options.\r
4\r
5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16\r
17#include "IdeBus.h"\r
18\r
19CHAR16 *OptionString[4] = {\r
20 L"Enable Primary Master (Y/N)? -->",\r
21 L"Enable Primary Slave (Y/N)? -->",\r
22 L"Enable Secondary Master (Y/N)? -->",\r
23 L"Enable Secondary Slave (Y/N)? -->"\r
24};\r
25\r
26//\r
27// EFI Driver Configuration Protocol\r
28//\r
29\r
30\r
31\r