]> git.proxmox.com Git - efi-boot-shim.git/blob - gnu-efi/lib/ia32/initplat.c
New upstream version 15.3
[efi-boot-shim.git] / gnu-efi / lib / ia32 / initplat.c
1 /*++
2
3 Copyright (c) 1998 Intel Corporation
4
5 Module Name:
6
7 initplat.c
8
9 Abstract:
10
11
12
13
14 Revision History
15
16 --*/
17
18 #include "lib.h"
19
20 VOID
21 InitializeLibPlatform (
22 IN EFI_HANDLE ImageHandle EFI_UNUSED,
23 IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
24 )
25 {
26 }
27