xref: /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/trace.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
162306a36Sopenharmony_ci// SPDX-License-Identifier: ISC
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#include <linux/module.h>
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef __CHECKER__
962306a36Sopenharmony_ci#define CREATE_TRACE_POINTS
1062306a36Sopenharmony_ci#include "trace.h"
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(mac_txdone);
1362306a36Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(dev_irq);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#endif
16

Indexes created Thu Nov 07 10:32:03 CST 2024