1/*	$NetBSD$	*/
2
3/*++
4
5Copyright (c) 1999 Intel Corporation
6
7Module Name:
8
9    intload
10
11Abstract:
12
13    EFI support for loading internally linked in apps
14
15
16
17Revision History
18
19--*/
20
21#ifndef _INTERNAL_LOAD_INCLUDE_
22#define _INTERNAL_LOAD_INCLUDE_
23
24// {D65A6B8C-71E5-4df0-A909-F0D2992B5AA9}
25#define INTERNAL_SHELL_GUID \
26    { 0xd65a6b8c, 0x71e5, 0x4df0, {0xa9, 0x09, 0xf0, 0xd2, 0x99, 0x2b, 0x5a, 0xa9} }
27
28
29#endif
30