moved everything to chookspace
This commit is contained in:
30
gnu-efi/lib/ia64/initplat.c
Normal file
30
gnu-efi/lib/ia64/initplat.c
Normal file
@@ -0,0 +1,30 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) 1999 Intel Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
initplat.c
|
||||
|
||||
Abstract:
|
||||
|
||||
Functions to make SAL and PAL proc calls
|
||||
|
||||
Revision History
|
||||
|
||||
--*/
|
||||
#include "lib.h"
|
||||
|
||||
//#include "palproc.h"
|
||||
|
||||
VOID
|
||||
InitializeLibPlatform (
|
||||
IN EFI_HANDLE ImageHandle EFI_UNUSED,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
|
||||
)
|
||||
{
|
||||
PLABEL SalPlabel;
|
||||
UINT64 PalEntry;
|
||||
|
||||
LibInitSalAndPalProc (&SalPlabel, &PalEntry);
|
||||
}
|
||||
Reference in New Issue
Block a user