diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 10:35:20 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 10:35:20 +0000 |
commit | 4b120077b15ced60f0fcc97807eef04f8755cba5 (patch) | |
tree | 17db041bbe97587ed16c6eba440602dd77432640 /MdePkg/Include/Protocol/DriverDiagnostics.h | |
parent | 058e636e349ba692efd7e0a05f93e370a708426a (diff) | |
download | edk2-platforms-4b120077b15ced60f0fcc97807eef04f8755cba5.tar.xz |
Add DriverDiagnostics2.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2721 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DriverDiagnostics.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverDiagnostics.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MdePkg/Include/Protocol/DriverDiagnostics.h b/MdePkg/Include/Protocol/DriverDiagnostics.h index c0a0cbc63b..59e737bd3d 100644 --- a/MdePkg/Include/Protocol/DriverDiagnostics.h +++ b/MdePkg/Include/Protocol/DriverDiagnostics.h @@ -25,14 +25,6 @@ 0x0784924f, 0xe296, 0x11d4, {0x9a, 0x49, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
}
-//
-// Global ID for the Driver Diagnostics Protocol as defined in UEFI 2.0.
-//
-#define UEFI_DRIVER_DIAGNOSTICS_PROTOCOL_GUID \
- { \
- 0x4d330321, 0x025f, 0x4aac, {0x90, 0xd8, 0x5e, 0xd9, 0x00, 0x17, 0x3b, 0x63 } \
- }
-
typedef struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL EFI_DRIVER_DIAGNOSTICS_PROTOCOL;
typedef enum {
@@ -129,6 +121,5 @@ struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL { };
extern EFI_GUID gEfiDriverDiagnosticsProtocolGuid;
-extern EFI_GUID gUefiDriverDiagnosticsProtocolGuid;
#endif
|