3dd05c7b21
Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hpe.com>
28 lines
309 B
C
28 lines
309 B
C
/*++
|
|
|
|
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__))
|
|
)
|
|
{
|
|
}
|
|
|