Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2021 Intel Corporation
0004  */
0005 
0006 #include <linux/module.h>
0007 
0008 /* sparse doesn't like tracepoint macros */
0009 #ifndef __CHECKER__
0010 
0011 #define CREATE_TRACE_POINTS
0012 #include "trace.h"
0013 #include "trace-data.h"
0014 
0015 #endif /* __CHECKER__ */