Files
jsix_import/src/include/x86_64/efi/efilibplat.h
2018-05-05 14:13:38 -07:00

27 lines
267 B
C

/*++
Copyright (c) 1998 Intel Corporation
Module Name:
efilibplat.h
Abstract:
EFI to compile bindings
Revision History
--*/
VOID
InitializeLibPlatform (
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
);