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 (
|
2016-03-03 21:40:08 +03:00
|
|
|
IN EFI_HANDLE ImageHandle __attribute__((__unused__)),
|
|
|
|
IN EFI_SYSTEM_TABLE *SystemTable __attribute__((__unused__))
|
2013-01-31 01:25:25 +04:00
|
|
|
)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|