From 3aefeeb723b8822916fb39b7c32551c35c06e32f Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 21 May 2022 14:04:42 +0200 Subject: boot: reorganize bios and drive modules --- drive/errors.ha | 1 + 1 file changed, 1 insertion(+) create mode 100644 drive/errors.ha (limited to 'drive/errors.ha') 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; -- cgit v1.2.3