compat_floppy_drive_struct
#define FDGETDRVSTAT32 _IOR(2, 0x12, struct compat_floppy_drive_struct)
#define FDPOLLDRVSTAT32 _IOR(2, 0x13, struct compat_floppy_drive_struct)
struct compat_floppy_drive_struct __user *arg)
struct compat_floppy_drive_struct v;
memset(&v, 0, sizeof(struct compat_floppy_drive_struct));
if (copy_to_user(arg, &v, sizeof(struct compat_floppy_drive_struct)))