Subversion Repositories HelenOS

Rev

Rev 2726 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2726 Rev 2782
1
#ifndef _EFI_CONFORK_H
1
#ifndef _EFI_CONFORK_H
2
#define _EFI_CONFORK_H
2
#define _EFI_CONFORK_H
3
/*++
3
/*++
4
 
4
 
5
Copyright (c) 1999  Intel Corporation
5
Copyright (c) 1999  Intel Corporation
6
 
6
 
7
Module Name:
7
Module Name:
8
 
8
 
9
Abstract:
9
Abstract:
10
 
10
 
11
 
11
 
12
 
12
 
13
Revision History
13
Revision History
14
 
14
 
15
--*/
15
--*/
16
 
16
 
17
 
17
 
18
 
18
 
19
//
19
//
20
// ConOut Forker Protocol
20
// ConOut Forker Protocol
21
//
21
//
22
 
22
 
23
#define TEXT_OUT_SPLITER_PROTOCOL    \
23
#define TEXT_OUT_SPLITER_PROTOCOL    \
24
    { 0x56d830a0, 0x7e7a, 0x11d3, {0xbb, 0xa0, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
24
    { 0x56d830a0, 0x7e7a, 0x11d3, {0xbb, 0xa0, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
25
 
25
 
26
#define ERROR_OUT_SPLITER_PROTOCOL    \
26
#define ERROR_OUT_SPLITER_PROTOCOL    \
27
    { 0xf0ba9039, 0x68f1, 0x425e, {0xaa, 0x7f, 0xd9, 0xaa, 0xf9, 0x1b, 0x82, 0xa1}}
27
    { 0xf0ba9039, 0x68f1, 0x425e, {0xaa, 0x7f, 0xd9, 0xaa, 0xf9, 0x1b, 0x82, 0xa1}}
28
 
28
 
29
#define TEXT_IN_SPLITER_PROTOCOL    \
29
#define TEXT_IN_SPLITER_PROTOCOL    \
30
    { 0xf9a3c550, 0x7fb5, 0x11d3, {0xbb, 0xa0, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
30
    { 0xf9a3c550, 0x7fb5, 0x11d3, {0xbb, 0xa0, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
31
 
31
 
32
#endif
32
#endif
33
 
33