repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merging upstream version 6.03~pre1+dfsg.
[syslinux-debian/hramrach.git]
/
efi32
/
include
/
efi
/
ia32
/
efilibplat.h
blob
3844578dd4d049f9a9969e3707685a73c643f3c0
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