12345678910111213141516171819202122232425262728 |
- /*++
- Copyright (c) 1998 Intel Corporation
- Module Name:
- initplat.c
- Abstract:
- Revision History
- --*/
- #include "lib.h"
- VOID
- InitializeLibPlatform (
- IN EFI_HANDLE ImageHandle,
- IN EFI_SYSTEM_TABLE *SystemTable
- )
- {
- }
|