Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /* bug in tracepoint.h, it should include this */
0003 #include <linux/module.h>
0004 
0005 /* sparse isn't too happy with all macros... */
0006 #ifndef __CHECKER__
0007 #define CREATE_TRACE_POINTS
0008 #include "openvswitch_trace.h"
0009 
0010 #endif