Last change
on this file was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
556 bytes
|
Line | |
---|
1 | #ifndef _EFI_CONFORK_H |
---|
2 | #define _EFI_CONFORK_H |
---|
3 | /*++ |
---|
4 | |
---|
5 | Copyright (c) 1999 Intel Corporation |
---|
6 | |
---|
7 | Module Name: |
---|
8 | |
---|
9 | Abstract: |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | Revision History |
---|
14 | |
---|
15 | --*/ |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | // |
---|
20 | // ConOut Forker Protocol |
---|
21 | // |
---|
22 | |
---|
23 | #define TEXT_OUT_SPLITER_PROTOCOL \ |
---|
24 | { 0x56d830a0, 0x7e7a, 0x11d3, {0xbb, 0xa0, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} } |
---|
25 | |
---|
26 | #define ERROR_OUT_SPLITER_PROTOCOL \ |
---|
27 | { 0xf0ba9039, 0x68f1, 0x425e, {0xaa, 0x7f, 0xd9, 0xaa, 0xf9, 0x1b, 0x82, 0xa1}} |
---|
28 | |
---|
29 | #define TEXT_IN_SPLITER_PROTOCOL \ |
---|
30 | { 0xf9a3c550, 0x7fb5, 0x11d3, {0xbb, 0xa0, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} } |
---|
31 | |
---|
32 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.