summaryrefslogtreecommitdiff
path: root/test.q
diff options
context:
space:
mode:
Diffstat (limited to 'test.q')
-rw-r--r--test.q5
1 files changed, 4 insertions, 1 deletions
diff --git a/test.q b/test.q
index 0769752..4b9a944 100644
--- a/test.q
+++ b/test.q
@@ -48,4 +48,7 @@ type EfiSystemTable: struct {
EfiConfigurationTable *configurationTable;
}
-proc efiEntry(EfiHandle imageHandle, EfiSystemTable *systemTable) -> EfiStatus;
+proc efiEntry(EfiHandle imgHandle, EfiSystemTable *sysTable) -> EfiStatus
+{
+ ret;
+}