]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Efi/Protocol/BusSpecificDriverOverride/BusSpecificDriverOverride.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / BusSpecificDriverOverride / BusSpecificDriverOverride.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 BusSpecificDriverOverride.h\r
15\r
16Abstract:\r
17\r
18 Bus Specific Driver Override protocol as defined in the EFI 1.1 specification.\r
19\r
20--*/\r
21\r
22#ifndef _EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL_H_\r
23#define _EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL_H_\r
24\r
25//\r
26// Global ID for the Bus Specific Driver Override Protocol\r
27//\r
28#define EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL_GUID \\r
29 { \\r
7ccf38a3 30 0x3bc1b285, 0x8a15, 0x4a82, {0xaa, 0xbf, 0x4d, 0x7d, 0x13, 0xfb, 0x32, 0x65} \\r
3eb9473e 31 }\r
32\r
33EFI_FORWARD_DECLARATION (EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL);\r
34\r
35//\r
36// Prototypes for the Bus Specific Driver Override Protocol\r
37//\r
38typedef\r
39EFI_STATUS\r
40(EFIAPI *EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_GET_DRIVER) (\r
41 IN EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL * This,\r
42 IN OUT EFI_HANDLE * DriverImageHandle\r
43 );\r
44\r
45//\r
46// Interface structure for the Bus Specific Driver Override Protocol\r
47//\r
e5bce275 48struct _EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL {\r
3eb9473e 49 EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_GET_DRIVER GetDriver;\r
e5bce275 50};\r
3eb9473e 51\r
52extern EFI_GUID gEfiBusSpecificDriverOverrideProtocolGuid;\r
53\r
54#endif\r