diff options
| author | Denis Efremov <efremov@linux.com> | 2019-07-05 10:16:10 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-07-05 09:16:10 +0200 |
| commit | a0626693a098dbaff87bc205cc5c581035584448 (patch) | |
| tree | 8ac8283e3d7ff0f8a1a4bc247e9826dad1092d30 /sys/linux/dev_floppy_ppc64le.const | |
| parent | 429efa16d6ca7fd282a93c614ef97612f9c9bf62 (diff) | |
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 <efremov@linux.com>
Diffstat (limited to 'sys/linux/dev_floppy_ppc64le.const')
| -rw-r--r-- | sys/linux/dev_floppy_ppc64le.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
