2019-07-24 16:58:20 +08:00
|
|
|
// SPDX-License-Identifier: ISC
|
2018-07-31 10:09:19 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/module.h>
|
|
|
|
|
|
|
|
#ifndef __CHECKER__
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
|
|
#include "usb_trace.h"
|
|
|
|
|
|
|
|
#endif
|