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