initplat.c 215 B

1234567891011
  1. // SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause
  2. #include "lib.h"
  3. VOID
  4. InitializeLibPlatform (
  5. IN EFI_HANDLE ImageHandle EFI_UNUSED,
  6. IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
  7. )
  8. {
  9. }