summaryrefslogtreecommitdiff
path: root/Core/GUID/FrameworkDevicePath.h
blob: 68d1bfb0a0699a5b3cd55d154893098a0d343b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************

//**********************************************************************
// $Header: /Alaska/SOURCE/Core/EDK/GUID/FrameworkDevicePath.h 1     10/07/06 10:22a Felixp $
//
// $Revision: 1 $
//
// $Date: 10/07/06 10:22a $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Core/EDK/GUID/FrameworkDevicePath.h $
// 
// 1     10/07/06 10:22a Felixp
// 
//**********************************************************************
//<AMI_FHDR_START>
//
// Name:	FrameworkDevicePath.h
//
// Description:	gEfiFrameworkDevicePathGuid declaration
//
//<AMI_FHDR_END>
//**********************************************************************
#ifndef __EFI_FRAMEWORK_DEVICE_PATH_GUID__H__
#define __EFI_FRAMEWORK_DEVICE_PATH_GUID__H__
#ifdef __cplusplus
extern "C" {
#endif
#include <EFI.h>
#define EFI_FRAMEWORK_DEVICE_PATH_GUID  \
  { 0xb7084e63, 0x46b7, 0x4d1a, { 0x86, 0x77, 0xe3, 0x0b, 0x53, 0xdb, 0xf0, 0x50 } }

GUID_VARIABLE_DECLARATION(gEfiFrameworkDevicePathGuid, EFI_FRAMEWORK_DEVICE_PATH_GUID);
/****** DO NOT WRITE BELOW THIS LINE *******/
#ifdef __cplusplus
}
#endif
#endif
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2006, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************