source: bootcd/isolinux/syslinux-6.03/efi32/include/efi/protocol/intload.h @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 394 bytes
Line 
1/*++
2
3Copyright (c) 1999 Intel Corporation
4
5Module Name:
6
7    intload
8
9Abstract:
10
11    EFI support for loading internally linked in apps
12
13
14
15Revision History
16
17--*/
18
19#ifndef _INTERNAL_LOAD_INCLUDE_
20#define _INTERNAL_LOAD_INCLUDE_
21
22// {D65A6B8C-71E5-4df0-A909-F0D2992B5AA9}
23#define INTERNAL_SHELL_GUID \
24    { 0xd65a6b8c, 0x71e5, 0x4df0, {0xa9, 0x09, 0xf0, 0xd2, 0x99, 0x2b, 0x5a, 0xa9} }
25
26
27#endif
Note: See TracBrowser for help on using the repository browser.