Skip to content

Commit e8d0281

Browse files
authored
Merge pull request managarm#1852 from zinnia-os/add-blk-ioctls
abis/zinnia: add BLK ioctls
2 parents 7c2a178 + 3a6b724 commit e8d0281

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)