]> Git Repo - linux.git/blob - drivers/net/wireless/mediatek/mt76/trace.c
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
[linux.git] / drivers / net / wireless / mediatek / mt76 / trace.c
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 "trace.h"
11
12 EXPORT_TRACEPOINT_SYMBOL_GPL(mac_txdone);
13 EXPORT_TRACEPOINT_SYMBOL_GPL(dev_irq);
14
15 #endif
This page took 0.033303 seconds and 4 git commands to generate.