1 // SPDX-License-Identifier: ISC 2 /* 3 * Copyright (c) 2012 Qualcomm Atheros, Inc. 4 * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. 5 */ 6 7 #include <linux/export.h> 8 #include <linux/module.h> 9 10 #define CREATE_TRACE_POINTS 11 #include "trace.h" 12 EXPORT_SYMBOL(__tracepoint_ath10k_log_dbg); 13