source:
bootcd/isolinux/syslinux-6.03/efi32/include/efi/ia32/efilibplat.h
@
e16e8f2
Last change on this file since e16e8f2 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 267 bytes |
Line | |
---|---|
1 | /*++ |
2 | |
3 | Copyright (c) 1998 Intel Corporation |
4 | |
5 | Module Name: |
6 | |
7 | efilibplat.h |
8 | |
9 | Abstract: |
10 | |
11 | EFI to compile bindings |
12 | |
13 | |
14 | |
15 | |
16 | Revision History |
17 | |
18 | --*/ |
19 | |
20 | VOID |
21 | InitializeLibPlatform ( |
22 | IN EFI_HANDLE ImageHandle, |
23 | IN EFI_SYSTEM_TABLE *SystemTable |
24 | ); |
25 | |
26 |
Note: See TracBrowser
for help on using the repository browser.