/* * ioctl.h * * Function prototypes * * Copyright (C) 2006 Herbert Poetzl * */ #ifndef OCFS2_IOCTL_PROTO_H #define OCFS2_IOCTL_PROTO_H long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg); #endif /* OCFS2_IOCTL_PROTO_H */ link rel='alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/tools/lib/traceevent/event-utils.h?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/lib/traceevent/event-utils.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-17 10:34:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-17 10:34:44 +0100
commit833674a45ec7506f67eca93d51741ba5bc9c93f9 (patch)
tree811bfd2b26f624249372a8c168d03ea0b109ab0a /tools/lib/traceevent/event-utils.h
parent49def1853334396f948dcb4cedb9347abb318df5 (diff)
parentefe357f4633a12ca89bdf9bbdd8aaf5a7a0cc3c0 (diff)
Merge tag 'fixes-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Felipe writes: usb: fixes for v4.10-rc5 One memory leak fix on the atmel UDC. Several fixes for dwc2. A fix on composite.c to use usb_ep_free_request() when freeing struct usb_request.
Diffstat (limited to 'tools/lib/traceevent/event-utils.h')