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
189189B500000
190190B576000
191191B921600
192+ BLKPBSZGET
193+ BLKSSZGET
192194BOTHER
193195BS0
194196BS1
Original file line number Diff line number Diff line change @@ -135,3 +135,6 @@ pub const TIOCM_DSR: ::c_int = 0x100;
135135
136136pub const BOTHER : :: speed_t = 0o010000 ;
137137pub 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;
131131
132132pub const BOTHER : :: speed_t = 0o010000 ;
133133pub 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;
109109
110110pub const BOTHER : :: speed_t = 0o0037 ;
111111pub 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;
123123
124124pub const BOTHER : :: speed_t = 0x1000 ;
125125pub 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