Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
v6.13.7
 1// SPDX-License-Identifier: ISC
 2/*
 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
 4 */
 5
 6#include <linux/module.h>
 7
 8#ifndef __CHECKER__
 9#define CREATE_TRACE_POINTS
10#include "trace.h"
11
12EXPORT_TRACEPOINT_SYMBOL_GPL(mac_txdone);
13EXPORT_TRACEPOINT_SYMBOL_GPL(dev_irq);
14
15#endif
v6.9.4
 1// SPDX-License-Identifier: ISC
 2/*
 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name>
 4 */
 5
 6#include <linux/module.h>
 7
 8#ifndef __CHECKER__
 9#define CREATE_TRACE_POINTS
10#include "trace.h"
11
12EXPORT_TRACEPOINT_SYMBOL_GPL(mac_txdone);
13EXPORT_TRACEPOINT_SYMBOL_GPL(dev_irq);
14
15#endif