source: bootcd/isolinux/syslinux-6.03/gnu-efi/gnu-efi-3.0/lib/ia32/initplat.c @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 254 bytes
Line 
1/*++
2
3Copyright (c) 1998  Intel Corporation
4
5Module Name:
6
7    initplat.c
8
9Abstract:
10
11
12
13
14Revision History
15
16--*/
17
18#include "lib.h"
19
20VOID
21InitializeLibPlatform (
22    IN EFI_HANDLE           ImageHandle,
23    IN EFI_SYSTEM_TABLE     *SystemTable
24    )
25
26{
27}
28
Note: See TracBrowser for help on using the repository browser.