]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverSupportedEfiVersion/DriverSupportedEfiVersion.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / DriverSupportedEfiVersion / DriverSupportedEfiVersion.h
CommitLineData
216cadbb 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials\r
216cadbb 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 DriverSupportedEfiVersion.h\r
15\r
16Abstract:\r
17\r
18 Driver Supported EFI Version Protocol\r
19\r
20Revision History:\r
21\r
22--*/\r
23\r
24#ifndef _EFI_DRIVER_SUPPORTED_EFI_VERSION_H_\r
25#define _EFI_DRIVER_SUPPORTED_EFI_VERSION_H_\r
26\r
27//\r
28// Global ID for the Driver Supported EFI Version Protocol\r
29//\r
30#define EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL_GUID \\r
31 { \\r
32 0x5c198761, 0x16a8, 0x4e69, {0x97, 0x2c, 0x89, 0xd6, 0x79, 0x54, 0xf8, 0x1d} \\r
33 }\r
34\r
35EFI_FORWARD_DECLARATION (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL);\r
36\r
37//\r
38// Interface structure for the Driver Supported EFI Version Protocol\r
39//\r
a1cb16bd 40struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {\r
216cadbb 41 UINT32 Length;\r
42 UINT32 FirmwareVersion;\r
a1cb16bd 43};\r
216cadbb 44\r
45extern EFI_GUID gEfiDriverSupportedEfiVersionProtocolGuid;\r
46\r
47#endif\r