initplat.c 309 B

123456789101112131415161718192021222324252627
  1. /*++
  2. Copyright (c) 1998 Intel Corporation
  3. Module Name:
  4. initplat.c
  5. Abstract:
  6. Revision History
  7. --*/
  8. #include "lib.h"
  9. VOID
  10. InitializeLibPlatform (
  11. IN EFI_HANDLE ImageHandle __attribute__((__unused__)),
  12. IN EFI_SYSTEM_TABLE *SystemTable __attribute__((__unused__))
  13. )
  14. {
  15. }