Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2726 | vana | 1 | /*++ |
2 | |||
3 | Copyright (c) 1998 Intel Corporation |
||
4 | |||
5 | Module Name: |
||
6 | |||
7 | efi.h |
||
8 | |||
9 | Abstract: |
||
10 | |||
11 | Public EFI header files |
||
12 | |||
13 | |||
14 | |||
15 | Revision History |
||
16 | |||
17 | --*/ |
||
18 | |||
19 | // |
||
20 | // Build flags on input |
||
21 | // EFI32 |
||
22 | // EFI_DEBUG - Enable debugging code |
||
23 | // EFI_NT_EMULATOR - Building for running under NT |
||
24 | // |
||
25 | |||
26 | |||
27 | #ifndef _EFI_INCLUDE_ |
||
28 | #define _EFI_INCLUDE_ |
||
29 | |||
30 | #define EFI_FIRMWARE_VENDOR L"INTEL" |
||
31 | #define EFI_FIRMWARE_MAJOR_REVISION 12 |
||
32 | #define EFI_FIRMWARE_MINOR_REVISION 33 |
||
33 | #define EFI_FIRMWARE_REVISION ((EFI_FIRMWARE_MAJOR_REVISION <<16) | (EFI_FIRMWARE_MINOR_REVISION)) |
||
34 | |||
35 | #include "efibind.h" |
||
36 | #include "efidef.h" |
||
37 | #include "efidevp.h" |
||
38 | #include "efiprot.h" |
||
39 | #include "eficon.h" |
||
40 | #include "efiser.h" |
||
41 | #include "efi_nii.h" |
||
42 | #include "efipxebc.h" |
||
43 | #include "efinet.h" |
||
44 | #include "efiapi.h" |
||
45 | #include "efifs.h" |
||
46 | #include "efierr.h" |
||
47 | #include "efiui.h" |
||
48 | |||
49 | #endif |