summaryrefslogtreecommitdiff
path: root/kernel/drivers/ahci.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-04-26 16:06:35 +0200
committerAnton Kling <anton@kling.gg>2024-04-26 16:20:59 +0200
commit59e3f74a2e1a0806350e1ffd77a528821d1f2be3 (patch)
treea514572b0b9468f6ae3ba7cd075181c58c2371e7 /kernel/drivers/ahci.h
parent15bc439577c49e97c24a074fe6d9e9464f917054 (diff)
Kernel: More out of memory condition checks
Diffstat (limited to 'kernel/drivers/ahci.h')
-rw-r--r--kernel/drivers/ahci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/drivers/ahci.h b/kernel/drivers/ahci.h
index d075f07..6ec9a97 100644
--- a/kernel/drivers/ahci.h
+++ b/kernel/drivers/ahci.h
@@ -1 +1 @@
-void ahci_init(void);
+int ahci_init(void);