Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ozurbparanoia.h
Go to the documentation of this file.
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 #define oz_remember_urb(__x)
14 #define oz_forget_urb(__x) 0
15 #endif /* WANT_URB_PARANOIA */
16 
17 
18 #endif /* _OZURBPARANOIA_H */
19