options/linux: Add several blkdev related defines

Signed-off-by: Dennis Bonke <admin@dennisbonke.com>
This commit is contained in:
Dennis Bonke 2021-01-23 00:09:03 +01:00
parent eb325a35aa
commit 3a993357c6
No known key found for this signature in database
GPG key ID: F456F05FBF825330

View file

@ -5,6 +5,10 @@
#include <sys/ioctl.h>
#define BLKRRPART _IO(0x12, 95)
#define BLKIOMIN _IO(0x12, 120)
#define BLKIOOPT _IO(0x12, 121)
#define BLKALIGNOFF _IO(0x12, 122)
#define BLKPBSZGET _IO(0x12, 123)
#endif // _LINUX_FS_H