]> Git Repo - qemu.git/commitdiff
linux-user: Add ioctl for BLKBSZGET
authorAlexander Graf <[email protected]>
Thu, 2 Feb 2012 01:22:34 +0000 (02:22 +0100)
committerRiku Voipio <[email protected]>
Fri, 6 Apr 2012 15:49:58 +0000 (18:49 +0300)
This patch adds the ioctl wrapper definition for BLKBSZGET.

Signed-off-by: Alexander Graf <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/ioctls.h

index 5b70f92c030879b0e1653a1fbc8d400f5964fa1f..eb96a084c227aae2752b140c4b363c1e1c2e492d 100644 (file)
@@ -75,6 +75,7 @@
      IOCTL(BLKRASET, 0, TYPE_INT)
      IOCTL(BLKRAGET, IOC_R, MK_PTR(TYPE_LONG))
      IOCTL(BLKSSZGET, IOC_R, MK_PTR(TYPE_LONG))
+     IOCTL(BLKBSZGET, IOC_R, MK_PTR(TYPE_INT))
 #ifdef FIBMAP
      IOCTL(FIBMAP, IOC_W | IOC_R, MK_PTR(TYPE_LONG))
 #endif
This page took 0.026345 seconds and 4 git commands to generate.