1b40b15e1SLorenzo Bianconi /*
2b40b15e1SLorenzo Bianconi  * Copyright (C) 2018 Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
3b40b15e1SLorenzo Bianconi  *
4b40b15e1SLorenzo Bianconi  * Permission to use, copy, modify, and/or distribute this software for any
5b40b15e1SLorenzo Bianconi  * purpose with or without fee is hereby granted, provided that the above
6b40b15e1SLorenzo Bianconi  * copyright notice and this permission notice appear in all copies.
7b40b15e1SLorenzo Bianconi  *
8b40b15e1SLorenzo Bianconi  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9b40b15e1SLorenzo Bianconi  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10b40b15e1SLorenzo Bianconi  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11b40b15e1SLorenzo Bianconi  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12b40b15e1SLorenzo Bianconi  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13b40b15e1SLorenzo Bianconi  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14b40b15e1SLorenzo Bianconi  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15b40b15e1SLorenzo Bianconi  */
16b40b15e1SLorenzo Bianconi 
17b40b15e1SLorenzo Bianconi #include <linux/module.h>
18b40b15e1SLorenzo Bianconi 
19b40b15e1SLorenzo Bianconi #ifndef __CHECKER__
20b40b15e1SLorenzo Bianconi #define CREATE_TRACE_POINTS
21b40b15e1SLorenzo Bianconi #include "usb_trace.h"
22b40b15e1SLorenzo Bianconi 
23b40b15e1SLorenzo Bianconi #endif
24