JustOS/linux-6.13/net/mac802154/trace.c
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

11 lines
189 B
C

// SPDX-License-Identifier: GPL-2.0
#include <linux/module.h>
#ifndef __CHECKER__
#include <net/cfg802154.h>
#include "driver-ops.h"
#define CREATE_TRACE_POINTS
#include "trace.h"
#endif