File tree Expand file tree Collapse file tree 5 files changed +14
-0
lines changed
src/unix/linux_like/linux/arch Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ B460800
189
189
B500000
190
190
B576000
191
191
B921600
192
+ BLKPBSZGET
193
+ BLKSSZGET
192
194
BOTHER
193
195
BS0
194
196
BS1
Original file line number Diff line number Diff line change @@ -135,3 +135,6 @@ pub const TIOCM_DSR: ::c_int = 0x100;
135
135
136
136
pub const BOTHER : :: speed_t = 0o010000 ;
137
137
pub const IBSHIFT : :: tcflag_t = 16 ;
138
+
139
+ pub const BLKSSZGET : :: c_int = 0x1268 ;
140
+ pub const BLKPBSZGET : :: c_int = 0x127B ;
Original file line number Diff line number Diff line change @@ -131,3 +131,6 @@ pub const TIOCM_DSR: ::c_int = 0x400;
131
131
132
132
pub const BOTHER : :: speed_t = 0o010000 ;
133
133
pub const IBSHIFT : :: tcflag_t = 16 ;
134
+
135
+ pub const BLKSSZGET : :: c_int = 0x20001268 ;
136
+ pub const BLKPBSZGET : :: c_int = 0x2000127B ;
Original file line number Diff line number Diff line change @@ -109,3 +109,6 @@ pub const TIOCM_DSR: ::c_int = 0x100;
109
109
110
110
pub const BOTHER : :: speed_t = 0o0037 ;
111
111
pub const IBSHIFT : :: tcflag_t = 16 ;
112
+
113
+ pub const BLKSSZGET : :: c_int = 0x20001268 ;
114
+ pub const BLKPBSZGET : :: c_int = 0x2000127B ;
Original file line number Diff line number Diff line change @@ -123,3 +123,6 @@ pub const TIOCM_DSR: ::c_int = 0x100;
123
123
124
124
pub const BOTHER : :: speed_t = 0x1000 ;
125
125
pub const IBSHIFT : :: tcflag_t = 16 ;
126
+
127
+ pub const BLKSSZGET : :: c_int = 0x20001268 ;
128
+ pub const BLKPBSZGET : :: c_int = 0x2000127B ;
You can’t perform that action at this time.
0 commit comments