Skip to content

Commit 3a6b724

Browse files
committed
abis/zinnia: add BLK ioctls
1 parent 7c2a178 commit 3a6b724

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

abis/zinnia/ioctls.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
#define TIOCPKT_IOCTL 64
9696
#define TIOCSER_TEMT 0x01
9797

98+
#define BLKGETSIZE64 _IOR('B', 0x00, unsigned long long)
99+
#define BLKSSZGET _IOR('B', 0x01, int)
100+
#define BLKRRPART _IO('B', 0x02)
101+
98102
#define SIOCPROTOPRIVATE 0x89E0
99103
#define SIOCADDRT 0x890B
100104
#define SIOCDELRT 0x890C

0 commit comments

Comments
 (0)