summaryrefslogtreecommitdiff
path: root/sys/external/bsd/gnu-efi/dist/lib/ia32/initplat.c
blob: 242c09eeadc57dc1ce7bd4e8f16c5ece712b151a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*	$NetBSD: initplat.c,v 1.1.1.2 2018/08/16 18:17:47 jmcneill Exp $	*/

/*++

Copyright (c) 1998  Intel Corporation

Module Name:

    initplat.c

Abstract:




Revision History

--*/

#include "lib.h"

VOID
InitializeLibPlatform (
    IN EFI_HANDLE           ImageHandle EFI_UNUSED,
    IN EFI_SYSTEM_TABLE     *SystemTable EFI_UNUSED
    )
{
}