blob: 3844578dd4d049f9a9969e3707685a73c643f3c0 [file] [log] [blame]
Greg Hartman76d05dc2016-11-23 15:51:27 -08001/*++
2
3Copyright (c) 1998 Intel Corporation
4
5Module Name:
6
7 efilibplat.h
8
9Abstract:
10
11 EFI to compile bindings
12
13
14
15
16Revision History
17
18--*/
19
20VOID
21InitializeLibPlatform (
22 IN EFI_HANDLE ImageHandle,
23 IN EFI_SYSTEM_TABLE *SystemTable
24 );
25
26