]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/staging/ozwpan/ozurbparanoia.h
Merge 4.2-rc6 into staging-next
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / ozwpan / ozurbparanoia.h
1 #ifndef _OZURBPARANOIA_H
2 #define _OZURBPARANOIA_H
3 /* -----------------------------------------------------------------------------
4 * Released under the GNU General Public License Version 2 (GPLv2).
5 * Copyright (c) 2011 Ozmo Inc
6 * -----------------------------------------------------------------------------
7 */
8
9 #ifdef WANT_URB_PARANOIA
10 void oz_remember_urb(struct urb *urb);
11 int oz_forget_urb(struct urb *urb);
12 #else
13 static inline void oz_remember_urb(struct urb *urb) {}
14 static inline int oz_forget_urb(struct urb *urb) { return 0; }
15 #endif /* WANT_URB_PARANOIA */
16
17
18 #endif /* _OZURBPARANOIA_H */
19