/* * Copyright (C) 2015 Karol Kosik * 2015 Samsung Electronics * Author: Igor Kotrasinski * * Based on tools/usb/usbip/libsrc/usbip_host_driver.c, which is: * Copyright (C) 2011 matt mooney * 2005-2007 Takahiro Hirofuchi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef __USBIP_DEVICE_DRIVER_H #define __USBIP_DEVICE_DRIVER_H #include #include "usbip_common.h" #include "usbip_host_common.h" #include "list.h" extern struct usbip_host_driver device_driver; #endif /* __USBIP_DEVICE_DRIVER_H */ remove' selected='selected'>nds-private-remove net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-23 13:51:59 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-23 13:51:59 -0800
commita4685d2f58e2230d4e27fb2ee581d7ea35e5d046 (patch)
treec2873b20dc923fec4643addcb695aa9400f50430 /include/trace/events
parent6302118226830c8f0aa0ec6afc8ef0cad84faa5f (diff)
parentfd7c99142d77dc4a851879a66715abf12a3193fb (diff)
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull tile bugfix from Chris Metcalf: "This avoids an issue with short userspace reads for regset via ptrace" * 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: tile/ptrace: Preserve previous registers for short regset write
Diffstat (limited to 'include/trace/events')