summaryrefslogtreecommitdiff
path: root/drive/errors.ha
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-05-21 14:04:42 +0200
committerAlejandro Sior <aho@sior.be>2022-05-21 14:04:42 +0200
commit3aefeeb723b8822916fb39b7c32551c35c06e32f (patch)
tree380494fb2184101961e395d6d81accf91138efbe /drive/errors.ha
parent35c9df451d4f415632a4a1f64b06d1de12340687 (diff)
boot: reorganize bios and drive modules
Diffstat (limited to 'drive/errors.ha')
-rw-r--r--drive/errors.ha1
1 files changed, 1 insertions, 0 deletions
diff --git a/drive/errors.ha b/drive/errors.ha
new file mode 100644
index 0000000..58742fb
--- /dev/null
+++ b/drive/errors.ha
@@ -0,0 +1 @@
+export type error = !void;