1 // SPDX-License-Identifier: BSD-3-Clause-Clear 2 /* 3 * Copyright (c) 2019 The Linux Foundation. All rights reserved. 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_ath11k_log_dbg); 13