xref: /linux/drivers/net/wireless/intel/iwlwifi/mei/trace.c (revision 03ab8e6297acd1bc0eedaa050e2a1635c576fd11)
1*2da4366fSEmmanuel Grumbach // SPDX-License-Identifier: GPL-2.0-only
2*2da4366fSEmmanuel Grumbach /*
3*2da4366fSEmmanuel Grumbach  * Copyright (C) 2021 Intel Corporation
4*2da4366fSEmmanuel Grumbach  */
5*2da4366fSEmmanuel Grumbach 
6*2da4366fSEmmanuel Grumbach #include <linux/module.h>
7*2da4366fSEmmanuel Grumbach 
8*2da4366fSEmmanuel Grumbach /* sparse doesn't like tracepoint macros */
9*2da4366fSEmmanuel Grumbach #ifndef __CHECKER__
10*2da4366fSEmmanuel Grumbach 
11*2da4366fSEmmanuel Grumbach #define CREATE_TRACE_POINTS
12*2da4366fSEmmanuel Grumbach #include "trace.h"
13*2da4366fSEmmanuel Grumbach #include "trace-data.h"
14*2da4366fSEmmanuel Grumbach 
15*2da4366fSEmmanuel Grumbach #endif /* __CHECKER__ */
16