efilibplat.h 262 B

123456789101112131415161718192021222324
  1. /*++
  2. Copyright (c) 1998 Intel Corporation
  3. Module Name:
  4. efilibplat.h
  5. Abstract:
  6. EFI to compile bindings
  7. Revision History
  8. --*/
  9. VOID
  10. InitializeLibPlatform (
  11. IN EFI_HANDLE ImageHandle,
  12. IN EFI_SYSTEM_TABLE *SystemTable
  13. );