summaryrefslogtreecommitdiff
path: root/test.q
diff options
context:
space:
mode:
authorQuinn Stephens <quinn@osmora.org>2024-11-03 19:12:47 -0500
committerQuinn Stephens <quinn@osmora.org>2024-11-03 19:12:47 -0500
commit063c40584ae78a396b558a5e2a08e3d871450c0b (patch)
tree1acca2d57ba421530b1cfd2a23f0658e35e7ebae /test.q
parent71b10c1c765196a771ce05216395d6b78892a735 (diff)
[compiler] Parse and print procedure declarations
Signed-off-by: Quinn Stephens <quinn@osmora.org>
Diffstat (limited to 'test.q')
-rw-r--r--test.q2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.q b/test.q
index 4020e5b..0769752 100644
--- a/test.q
+++ b/test.q
@@ -47,3 +47,5 @@ type EfiSystemTable: struct {
uint numberOfTableEntries;
EfiConfigurationTable *configurationTable;
}
+
+proc efiEntry(EfiHandle imageHandle, EfiSystemTable *systemTable) -> EfiStatus;