]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/FrameworkDevicePath.h
Add MonotonicCounter driver, which produces MonotonicCounter arch protocols
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / FrameworkDevicePath.h
CommitLineData
79964ac8 1/** @file\r
2 This GUID is used to define a vendor specific device path being owned by the\r
3 Framework specificaitons.\r
4\r
5 Copyright (c) 2007, Intel Corporation\r
6 All rights reserved. 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 Module Name: FrameworkDevicePath.h\r
15\r
16 @par Revision Reference:\r
17 Spec Version 0.9\r
18\r
19**/\r
20\r
21#ifndef _FRAMEWORK_DEVICE_PATH_GUID_H_\r
22#define _FRAMEWORK_DEVICE_PATH_GUID_H_\r
23\r
b80fbe85 24#include <PiPei.h>\r
25\r
79964ac8 26#define EFI_FRAMEWORK_DEVICE_PATH_GUID \\r
27 { 0xb7084e63, 0x46b7, 0x4d1a, { 0x86, 0x77, 0xe3, 0x0b, 0x53, 0xdb, 0xf0, 0x50 } }\r
28\r
29extern EFI_GUID gEfiFrameworkDevicePathGuid;\r
30\r
31#endif\r