]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/FrameworkDevicePath.h
Initial import.
[mirror_edk2.git] / MdePkg / Include / Guid / FrameworkDevicePath.h
CommitLineData
878ddf1f 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) 2006, 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
24#define EFI_FRAMEWORK_DEVICE_PATH_GUID \\r
25 { 0xb7084e63, 0x46b7, 0x4d1a, { 0x86, 0x77, 0xe3, 0x0b, 0x53, 0xdb, 0xf0, 0x50 } }\r
26\r
27extern EFI_GUID gEfiFrameworkDevicePathGuid;\r
28\r
29#endif\r