1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */ 2 3 VOID 4 InitializeLibPlatform ( 5 IN EFI_HANDLE ImageHandle, 6 IN EFI_SYSTEM_TABLE *SystemTable 7 ); 8
1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */ 2 3 VOID 4 InitializeLibPlatform ( 5 IN EFI_HANDLE ImageHandle, 6 IN EFI_SYSTEM_TABLE *SystemTable 7 ); 8