xref: /DragonStub/lib/riscv64/initplat.c (revision 0f9c15fe4fd4b37691fdb505794b0d73df21d4d5)
1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause
2 
3 #include "lib.h"
4 
5 VOID
InitializeLibPlatform(IN EFI_HANDLE ImageHandle EFI_UNUSED,IN EFI_SYSTEM_TABLE * SystemTable EFI_UNUSED)6 InitializeLibPlatform (
7     IN EFI_HANDLE           ImageHandle EFI_UNUSED,
8     IN EFI_SYSTEM_TABLE     *SystemTable EFI_UNUSED
9     )
10 {
11 }
12