trace.c 238 B

12345678910
  1. // SPDX-License-Identifier: BSD-3-Clause-Clear
  2. /*
  3. * Copyright (c) 2019 The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/module.h>
  6. #define CREATE_TRACE_POINTS
  7. #include "trace.h"
  8. EXPORT_SYMBOL(__tracepoint_ath11k_log_dbg);