diff options
| author | Paul Burton | 2014-06-22 12:25:47 +0200 |
|---|---|---|
| committer | Riku Voipio | 2014-06-29 13:19:59 +0200 |
| commit | ca56f5b59622af0101f51b0f29459f749b6cbab0 (patch) | |
| tree | d0cc3b504603bf404b6d9b35e14dfab842cfaf00 /linux-user/ioctls.h | |
| parent | linux-user: allow NULL tv argument for settimeofday (diff) | |
| download | qemu-ca56f5b59622af0101f51b0f29459f749b6cbab0.tar.gz qemu-ca56f5b59622af0101f51b0f29459f749b6cbab0.tar.xz qemu-ca56f5b59622af0101f51b0f29459f749b6cbab0.zip | |
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>
Diffstat (limited to 'linux-user/ioctls.h')
| -rw-r--r-- | linux-user/ioctls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index 309fb21759..f278d3e989 100644 --- a/linux-user/ioctls.h +++ b/linux-user/ioctls.h @@ -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)) |
