1 /* $NetBSD: initplat.c,v 1.1.1.1.34.1 2018/09/06 06:56:39 pgoyette Exp $ */ 2 3 /*++ 4 5 Copyright (c) 1998 Intel Corporation 6 7 Module Name: 8 9 initplat.c 10 11 Abstract: 12 13 14 15 16 Revision History 17 18 --*/ 19 20 #include "lib.h" 21 22 VOID 23 InitializeLibPlatform ( 24 IN EFI_HANDLE ImageHandle EFI_UNUSED, 25 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED 26 ) 27 { 28 } 29 30