summaryrefslogtreecommitdiff
path: root/sys/include/dev/ic
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/dev/ic')
-rw-r--r--sys/include/dev/ic/ahcivar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/dev/ic/ahcivar.h b/sys/include/dev/ic/ahcivar.h
index 1efea70..0d307cd 100644
--- a/sys/include/dev/ic/ahcivar.h
+++ b/sys/include/dev/ic/ahcivar.h
@@ -36,4 +36,6 @@ struct ahci_hba {
struct hba_memspace *io;
};
+#define AHCI_TIMEOUT 500 /* In ms */
+
#endif /* !_IC_AHCIVAR_H_ */