18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: ISC 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name> 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#include <linux/module.h> 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef __CHECKER__ 98c2ecf20Sopenharmony_ci#define CREATE_TRACE_POINTS 108c2ecf20Sopenharmony_ci#include "trace.h" 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(mac_txdone); 138c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(dev_irq); 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif 16