summaryrefslogtreecommitdiff
path: root/gnu-efi/lib/ia32/initplat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi/lib/ia32/initplat.c')
-rw-r--r--gnu-efi/lib/ia32/initplat.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu-efi/lib/ia32/initplat.c b/gnu-efi/lib/ia32/initplat.c
new file mode 100644
index 00000000..7c887a67
--- /dev/null
+++ b/gnu-efi/lib/ia32/initplat.c
@@ -0,0 +1,27 @@
+/*++
+
+Copyright (c) 1998 Intel Corporation
+
+Module Name:
+
+ initplat.c
+
+Abstract:
+
+
+
+
+Revision History
+
+--*/
+
+#include "lib.h"
+
+VOID
+InitializeLibPlatform (
+ IN EFI_HANDLE ImageHandle EFI_UNUSED,
+ IN EFI_SYSTEM_TABLE *SystemTable EFI_UNUSED
+ )
+{
+}
+