diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/GUID/EventLegacyBios.h | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/GUID/EventLegacyBios.h')
-rw-r--r-- | Core/GUID/EventLegacyBios.h | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Core/GUID/EventLegacyBios.h b/Core/GUID/EventLegacyBios.h new file mode 100644 index 0000000..7c8fda4 --- /dev/null +++ b/Core/GUID/EventLegacyBios.h @@ -0,0 +1,62 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (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/EventLegacyBios.h 1 10/07/06 10:22a Felixp $ +// +// $Revision: 1 $ +// +// $Date: 10/07/06 10:22a $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Core/EDK/GUID/EventLegacyBios.h $ +// +// 1 10/07/06 10:22a Felixp +// +//********************************************************************** +//<AMI_FHDR_START> +// +// Name: EventLegacyBios.h +// +// Description: gEfiEventLegacyBiosGuid declaration +// +//<AMI_FHDR_END> +//********************************************************************** +#ifndef __EFI_EVENT_LEGACY_BIOS_GUID__H__ +#define __EFI_EVENT_LEGACY_BIOS_GUID__H__ +#ifdef __cplusplus +extern "C" { +#endif +#include <DXE.h> + +GUID_VARIABLE_DECLARATION(gEfiEventLegacyBootGuid, EFI_EVENT_LEGACY_BOOT_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 ** +//** ** +//********************************************************************** +//**********************************************************************
\ No newline at end of file |