Adding upstream version 6.03~pre1+dfsg.
[syslinux-debian/hramrach.git] / efi64 / include / efi / protocol / intload.h
blobfb24e3f44813fb73cbcc27a478d24d8c3011d76d
1 /*++
3 Copyright (c) 1999 Intel Corporation
5 Module Name:
7 intload
9 Abstract:
11 EFI support for loading internally linked in apps
15 Revision History
17 --*/
19 #ifndef _INTERNAL_LOAD_INCLUDE_
20 #define _INTERNAL_LOAD_INCLUDE_
22 // {D65A6B8C-71E5-4df0-A909-F0D2992B5AA9}
23 #define INTERNAL_SHELL_GUID \
24 { 0xd65a6b8c, 0x71e5, 0x4df0, {0xa9, 0x09, 0xf0, 0xd2, 0x99, 0x2b, 0x5a, 0xa9} }
27 #endif