~galfy/helenos/bird-port-mainline

« back to all changes in this revision

Viewing changes to boot/arch/ia64/loader/gefi/inc/protocol/eficonsplit.h

  • Committer: Martin Decky
  • Date: 2009-08-04 11:19:19 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20090804111919-evyclddlr3v5lhmp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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