From a0626693a098dbaff87bc205cc5c581035584448 Mon Sep 17 00:00:00 2001 From: Denis Efremov Date: Fri, 5 Jul 2019 10:16:10 +0300 Subject: sys/linux: fix floppy description * sys/linux: fix floppy description Fix typo in the FDGETPRM ioctl. * sys/linux: extract && generate for floppy Signed-off-by: Denis Efremov --- sys/linux/dev_floppy_ppc64le.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_floppy_ppc64le.const') diff --git a/sys/linux/dev_floppy_ppc64le.const b/sys/linux/dev_floppy_ppc64le.const index 354ad12c7..026a69656 100644 --- a/sys/linux/dev_floppy_ppc64le.const +++ b/sys/linux/dev_floppy_ppc64le.const @@ -11,6 +11,7 @@ FDGETDRVSTAT = 1078985234 FDGETDRVTYP = 1074790927 FDGETFDCSTAT = 1076363797 FDGETMAXERRS = 1075053070 +FDGETPRM = 1075839492 FDMSGOFF = 536871494 FDMSGON = 536871493 FDPOLLDRVSTAT = 1078985235 -- cgit mrf-deployment