trace.c 203 B

12345678910
  1. // SPDX-License-Identifier: ISC
  2. /*
  3. * Copyright (c) 2012 Qualcomm Atheros, Inc.
  4. */
  5. #include <linux/module.h>
  6. #define CREATE_TRACE_POINTS
  7. #include "trace.h"
  8. EXPORT_SYMBOL(__tracepoint_ath10k_log_dbg);