Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: ISC
0002 /*
0003  * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
0004  */
0005 
0006 #include <linux/module.h>
0007 
0008 #ifndef __CHECKER__
0009 #define CREATE_TRACE_POINTS
0010 #include "trace.h"
0011 
0012 EXPORT_TRACEPOINT_SYMBOL_GPL(mac_txdone);
0013 EXPORT_TRACEPOINT_SYMBOL_GPL(dev_irq);
0014 
0015 #endif