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_386.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_floppy_386.const') diff --git a/sys/linux/dev_floppy_386.const b/sys/linux/dev_floppy_386.const index ab4cb11c8..37126428b 100644 --- a/sys/linux/dev_floppy_386.const +++ b/sys/linux/dev_floppy_386.const @@ -11,6 +11,7 @@ FDGETDRVSTAT = 2150892050 FDGETDRVTYP = 2148532751 FDGETFDCSTAT = 2149581333 FDGETMAXERRS = 2148794894 +FDGETPRM = 2149319172 FDMSGOFF = 582 FDMSGON = 581 FDPOLLDRVSTAT = 2150892051 -- cgit mrf-deployment