aboutsummaryrefslogtreecommitdiff
path: root/gnu-efi/gnu-efi-3.0/inc/x86_64/efilibplat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi/gnu-efi-3.0/inc/x86_64/efilibplat.h')
-rw-r--r--gnu-efi/gnu-efi-3.0/inc/x86_64/efilibplat.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu-efi/gnu-efi-3.0/inc/x86_64/efilibplat.h b/gnu-efi/gnu-efi-3.0/inc/x86_64/efilibplat.h
new file mode 100644
index 0000000..3844578
--- /dev/null
+++ b/gnu-efi/gnu-efi-3.0/inc/x86_64/efilibplat.h
@@ -0,0 +1,26 @@
+/*++
+
+Copyright (c) 1998 Intel Corporation
+
+Module Name:
+
+ efilibplat.h
+
+Abstract:
+
+ EFI to compile bindings
+
+
+
+
+Revision History
+
+--*/
+
+VOID
+InitializeLibPlatform (
+ IN EFI_HANDLE ImageHandle,
+ IN EFI_SYSTEM_TABLE *SystemTable
+ );
+
+