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