xref: /DragonStub/inc/loongarch64/efilibplat.h (revision e7db4418b1fe6ea0220974b77c3b10918ab9b7a0)
1 /*++
2 
3 Copyright (c) 1998  Intel Corporation
4 
5 Module Name:
6 
7     efilibplat.h
8 
9 Abstract:
10 
11     EFI to compile bindings
12 
13 
14 
15 
16 Revision History
17 
18 --*/
19 
20 VOID
21 InitializeLibPlatform (
22     IN EFI_HANDLE           ImageHandle,
23     IN EFI_SYSTEM_TABLE     *SystemTable
24     );
25