efilibplat.h revision 1.1.1.1
1/* $NetBSD: efilibplat.h,v 1.1.1.1 2021/09/30 18:50:09 jmcneill Exp $ */ 2 3/* SPDX-License-Identifier: GPL-2.0+ */ 4 5VOID 6InitializeLibPlatform ( 7 IN EFI_HANDLE ImageHandle, 8 IN EFI_SYSTEM_TABLE *SystemTable 9 ); 10