mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
linux-user: Define ordinary usbfs ioctls.
Provide ioctl definitions for the generic thunk mechanism to convert most usbfs calls. Calculate arg size at runtime. Signed-off-by: Cortland Tölva <cst@tolva.net> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20181008163521.17341-3-cst@tolva.net> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
955727d29d
commit
6c753a63ed
4 changed files with 113 additions and 0 deletions
|
@ -94,6 +94,9 @@
|
|||
#include <linux/fiemap.h>
|
||||
#endif
|
||||
#include <linux/fb.h>
|
||||
#if defined(CONFIG_USBFS)
|
||||
#include <linux/usbdevice_fs.h>
|
||||
#endif
|
||||
#include <linux/vt.h>
|
||||
#include <linux/dm-ioctl.h>
|
||||
#include <linux/reboot.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue