summaryrefslogtreecommitdiff
path: root/firmware/export/hotswap.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-07-25 06:15:07 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-07-25 06:15:07 +0000
commitea0d2cf7d6587a25030aeadc9240800b120ed89b (patch)
treeb24369695b415977ae7ec0121faad44ae6ccb8a6 /firmware/export/hotswap.h
parent54b80471a50074242f6e30e2027e5dd3cbfc5d75 (diff)
downloadrockbox-ea0d2cf7d6587a25030aeadc9240800b120ed89b.tar.gz
rockbox-ea0d2cf7d6587a25030aeadc9240800b120ed89b.zip
Some rewriting of the e200 ata driver. No more panicing. Faster card multiplexing. Some calculated yielding (further tuneable if needed). Hopefully more reliable in general. Easy revert if rebellious.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13976 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/hotswap.h')
-rw-r--r--firmware/export/hotswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/hotswap.h b/firmware/export/hotswap.h
index c6a657d731..4a1b1717ca 100644
--- a/firmware/export/hotswap.h
+++ b/firmware/export/hotswap.h
@@ -21,7 +21,7 @@
21 21
22typedef struct 22typedef struct
23{ 23{
24 bool initialized; 24 int initialized;
25 unsigned char bitrate_register; 25 unsigned char bitrate_register;
26 unsigned long read_timeout; /* n * 8 clock cycles */ 26 unsigned long read_timeout; /* n * 8 clock cycles */
27 unsigned long write_timeout; /* n * 8 clock cycles */ 27 unsigned long write_timeout; /* n * 8 clock cycles */