Rev 2726 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2726 | vana | 1 | /*++ |
| 2 | |||
| 3 | Copyright (c) 1999 Intel Corporation |
||
| 4 | |||
| 5 | Module Name: |
||
| 6 | |||
| 7 | intload |
||
| 8 | |||
| 9 | Abstract: |
||
| 10 | |||
| 11 | EFI support for loading internally linked in apps |
||
| 12 | |||
| 13 | |||
| 14 | |||
| 15 | Revision 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 |