blob: a812c3a1e258a361071bbaca68ebaef15305517e [file] [log] [blame]
developerb11a5392022-03-31 00:34:47 +08001// SPDX-License-Identifier: ISC
2/*
3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
4 */
5
6#include <linux/module.h>
7
8#ifndef __CHECKER__
9#define CREATE_TRACE_POINTS
10#include "mt76x02_trace.h"
11
12#endif