X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=linux-user%2Fioctls.h;h=685cc71310832a13061c625743619689a0533e89;hb=HEAD;hp=c1ca2d528ddff15e46eb67b74075430ffb519610;hpb=b80059146a170ea5111a55f3757b8de4cf0c729b;p=qemu diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index c1ca2d5..685cc71 100644 --- a/linux-user/ioctls.h +++ b/linux-user/ioctls.h @@ -310,3 +310,7 @@ IOCTL(LOOP_GET_STATUS64, IOC_W, MK_PTR(MK_STRUCT(STRUCT_loop_info64))) #endif IOCTL(LOOP_CHANGE_FD, 0, TYPE_INT) + + IOCTL(MTIOCTOP, IOC_W, MK_PTR(MK_STRUCT(STRUCT_mtop))) + IOCTL(MTIOCGET, IOC_R, MK_PTR(MK_STRUCT(STRUCT_mtget))) + IOCTL(MTIOCPOS, IOC_R, MK_PTR(MK_STRUCT(STRUCT_mtpos)))