diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-20 10:23:23 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-20 10:23:23 -0500 |
commit | fb48b27ede2c403f18495aa2d3784565f7b84f13 (patch) | |
tree | 45724fcadb693b073190c72f3f54a97159973424 /sys/include/dev/ic/ahcivar.h | |
parent | 8a94b1a37c7da5d87bd3e2164d3e4583a47df64f (diff) | |
parent | 6ba33d4705896501fb0b042c8986742fb4ed7ae7 (diff) |
Merge branch 'expt'
Diffstat (limited to 'sys/include/dev/ic/ahcivar.h')
-rw-r--r-- | sys/include/dev/ic/ahcivar.h | 2 |
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_ */ |