1 /* $NetBSD: initplat.c,v 1.1.1.1 2021/09/30 18:50:09 jmcneill Exp $ */ 2 3 // SPDX-License-Identifier: GPL-2.0+ 4 5 #include "lib.h" 6 7 VOID InitializeLibPlatform(IN EFI_HANDLE ImageHandle EFI_UNUSED,IN EFI_SYSTEM_TABLE * SystemTable EFI_UNUSED)8InitializeLibPlatform ( 9 IN EFI_HANDLE ImageHandle EFI_UNUSED, 10 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED 11 ) 12 { 13 } 14