Subversion Repositories HelenOS

Rev

Rev 2726 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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