From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Include/Protocol/LoadedImageDevicePath.h | 71 ++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 Include/Protocol/LoadedImageDevicePath.h (limited to 'Include/Protocol/LoadedImageDevicePath.h') diff --git a/Include/Protocol/LoadedImageDevicePath.h b/Include/Protocol/LoadedImageDevicePath.h new file mode 100644 index 0000000..f345685 --- /dev/null +++ b/Include/Protocol/LoadedImageDevicePath.h @@ -0,0 +1,71 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2009, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/BIN/Core/Include/Protocol/LoadedImageDevicePath.h 1 11/19/09 12:53p Felixp $ +// +// $Revision: 1 $ +// +// $Date: 11/19/09 12:53p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/BIN/Core/Include/Protocol/LoadedImageDevicePath.h $ +// +// 1 11/19/09 12:53p Felixp +// +//********************************************************************** +// +// +// Name: LoadedImageDevicePath.h +// +// Description: Loaded Image Device Path Protocol Definition +// +// +//********************************************************************** +#ifndef __LOADED_IMAGE_DEVICE_PATH_PROTOCOL__H__ +#define __LOADED_IMAGE_DEVICE_PATH_PROTOCOL__H__ +#ifdef __cplusplus +extern "C" { +#endif +#ifndef GUID_VARIABLE_DEFINITION +#include +#else +#include +#endif + +#define EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID \ + { 0xbc62157e, 0x3e33, 0x4fec, 0x99, 0x20, 0x2d, 0x3b, 0x36, 0xd7, 0x50, 0xdf } + +GUID_VARIABLE_DECLARATION(gEfiLoadedImageDevicePathProtocolGuid, EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID); + +typedef EFI_DEVICE_PATH_PROTOCOL EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL; +/****** DO NOT WRITE BELOW THIS LINE *******/ +#ifdef __cplusplus +} +#endif +#endif +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2009, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** -- cgit v1.2.3