Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/dev/mediatek/mt76/mt76x02_trace.c
48378 views
1
// SPDX-License-Identifier: ISC
2
/*
3
* Copyright (C) 2016 Felix Fietkau <[email protected]>
4
*/
5
6
#include <linux/module.h>
7
8
#ifndef __CHECKER__
9
#define CREATE_TRACE_POINTS
10
#include "mt76x02_trace.h"
11
12
#endif
13
14