Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
282 B

  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,
  12. IN EFI_SYSTEM_TABLE *SystemTable
  13. )
  14. {
  15. }