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