aboutsummaryrefslogtreecommitdiff
path: root/src/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.h')
-rw-r--r--src/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h
index 5cd2e5d..f780847 100644
--- a/src/block.h
+++ b/src/block.h
@@ -51,6 +51,7 @@ struct drive_s {
struct chs_s lchs; // Logical CHS
u64 sectors; // Total sectors count
u32 cntl_id; // Unique id for a given driver type.
+ u32 max_bytes_transfer; // maximum number of bytes which can bet transferred at once
u8 removable; // Is media removable (currently unused)
// Info for EDD calls