summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Mod')
-rw-r--r--dev/Mod/AHCI/AHCI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/Mod/AHCI/AHCI.h b/dev/Mod/AHCI/AHCI.h
index 127518c9..cccef303 100644
--- a/dev/Mod/AHCI/AHCI.h
+++ b/dev/Mod/AHCI/AHCI.h
@@ -358,6 +358,9 @@ Kernel::SizeT drv_get_sector_count();
/// @brief Gets the AHCI disk size.
Kernel::SizeT drv_get_size();
+/// @brief Checks if the drive has completed the command.
+BOOL drv_is_ready(void);
+
#endif // ifdef __AHCI__
/* EOF */