Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
466 B
C
Raw Permalink Normal View History

2009-05-11 18:02:16 +00:00
/** @file
2010-09-14 05:18:09 +00:00
GUID for EFI shell Environment2 Extension.
2009-05-11 18:02:16 +00:00
2010-04-24 12:12:42 +00:00
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
2009-05-11 18:02:16 +00:00
**/
2010-09-14 05:18:09 +00:00
#ifndef _SHELLPKG_SHELL_ENV2_EXT_GUID_H_
#define _SHELLPKG_SHELL_ENV2_EXT_GUID_H_
2009-05-11 18:02:16 +00:00
#define SHELLPKG_SHELL_ENV2_EXT_GUID \
{ \
0xd2c18636, 0x40e5, 0x4eb5, {0xa3, 0x1b, 0x36, 0x69, 0x5f, 0xd4, 0x2c, 0x87} \
2009-11-19 19:53:58 +00:00
}
2009-05-11 18:02:16 +00:00
extern EFI_GUID gEfiShellEnvironment2ExtGuid;
#endif