]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Include/Protocol/FirmwareVolumeDispatch.h
Fix the wrong fix in last check in
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FirmwareVolumeDispatch.h
... / ...
CommitLineData
1/** @file\r
2 This file declares Firmware Volume Dispatch protocol.\r
3\r
4 This protocol will be installed into FV Handle if the drivers in this Firmware Volume \r
5 are required to be dispatched by the core dispatcher.\r
6\r
7 Copyright (c) 2006 - 2008, Intel Corporation\r
8 All rights reserved. This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16**/\r
17\r
18#ifndef __FIRMWARE_VOLUME_DISPATCH_H__\r
19#define __FIRMWARE_VOLUME_DISPATCH_H__\r
20\r
21#define EFI_FIRMWARE_VOLUME_DISPATCH_PROTOCOL_GUID \\r
22 { 0x7aa35a69, 0x506c, 0x444f, {0xa7, 0xaf, 0x69, 0x4b, 0xf5, 0x6f, 0x71, 0xc8 } }\r
23\r
24\r
25extern EFI_GUID gEfiFirmwareVolumeDispatchProtocolGuid;\r
26\r
27#endif\r