mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
linux-user: support the KDSIGACCEPT ioctl
Add a definition of the KDSIGACCEPT ioctl & allow its use by target programs. Signed-off-by: Paul Burton <paul@archlinuxmips.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
b67d80311a
commit
ca56f5b596
3 changed files with 9 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
IOCTL(KDSKBLED, 0, TYPE_INT)
|
||||
IOCTL(KDGETLED, 0, TYPE_INT)
|
||||
IOCTL(KDSETLED, 0, TYPE_INT)
|
||||
IOCTL_SPECIAL(KDSIGACCEPT, 0, do_ioctl_kdsigaccept, TYPE_INT)
|
||||
|
||||
IOCTL(BLKROSET, IOC_W, MK_PTR(TYPE_INT))
|
||||
IOCTL(BLKROGET, IOC_R, MK_PTR(TYPE_INT))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue