13e2342edSLorenzo Bianconi /*
23e2342edSLorenzo Bianconi  * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
33e2342edSLorenzo Bianconi  *
43e2342edSLorenzo Bianconi  * Permission to use, copy, modify, and/or distribute this software for any
53e2342edSLorenzo Bianconi  * purpose with or without fee is hereby granted, provided that the above
63e2342edSLorenzo Bianconi  * copyright notice and this permission notice appear in all copies.
73e2342edSLorenzo Bianconi  *
83e2342edSLorenzo Bianconi  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
93e2342edSLorenzo Bianconi  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
103e2342edSLorenzo Bianconi  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
113e2342edSLorenzo Bianconi  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
123e2342edSLorenzo Bianconi  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
133e2342edSLorenzo Bianconi  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
143e2342edSLorenzo Bianconi  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
153e2342edSLorenzo Bianconi  */
163e2342edSLorenzo Bianconi 
173e2342edSLorenzo Bianconi #include <linux/module.h>
183e2342edSLorenzo Bianconi 
193e2342edSLorenzo Bianconi #ifndef __CHECKER__
203e2342edSLorenzo Bianconi #define CREATE_TRACE_POINTS
213e2342edSLorenzo Bianconi #include "mt76x02_trace.h"
223e2342edSLorenzo Bianconi 
233e2342edSLorenzo Bianconi #endif
24