diff options
author | Anton Kling <anton@kling.gg> | 2024-04-26 16:06:35 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-04-26 16:20:59 +0200 |
commit | 59e3f74a2e1a0806350e1ffd77a528821d1f2be3 (patch) | |
tree | a514572b0b9468f6ae3ba7cd075181c58c2371e7 /kernel/drivers/ahci.h | |
parent | 15bc439577c49e97c24a074fe6d9e9464f917054 (diff) |
Kernel: More out of memory condition checks
Diffstat (limited to 'kernel/drivers/ahci.h')
-rw-r--r-- | kernel/drivers/ahci.h | 2 |
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); |