gnu-efi/lib/x86_64/initplat.c

28 lines
309 B
C
Raw Normal View History

2013-01-31 01:25:25 +04:00
/*++
Copyright (c) 1998 Intel Corporation
Module Name:
initplat.c
Abstract:
Revision History
--*/
#include "lib.h"
VOID
InitializeLibPlatform (
IN EFI_HANDLE ImageHandle __attribute__((__unused__)),
IN EFI_SYSTEM_TABLE *SystemTable __attribute__((__unused__))
2013-01-31 01:25:25 +04:00
)
{
}