Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /******************************************************************************
0003  *
0004  * Copyright(c) 2009 - 2014 Intel Corporation. All rights reserved.
0005  * Copyright (C) 2018 Intel Corporation
0006  *****************************************************************************/
0007 
0008 #include <linux/module.h>
0009 
0010 /* sparse doesn't like tracepoint macros */
0011 #ifndef __CHECKER__
0012 #include "iwl-trans.h"
0013 
0014 #define CREATE_TRACE_POINTS
0015 #include "iwl-devtrace.h"
0016 
0017 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_event);
0018 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_cont_event);
0019 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_wrap_event);
0020 #endif