1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <uapi/linux/fd.h>
8 #include <linux/compat.h>
10 struct compat_floppy_struct {
15 compat_uint_t stretch;
19 unsigned char fmt_gap;
20 const compat_caddr_t name;
23 #define FDGETPRM32 _IOR(2, 0x04, struct compat_floppy_struct)