brintos

brintos / linux-shallow public Read only

0
0
Text · 492 B · b70947f Raw
17 lines · c
1// SPDX-License-Identifier: GPL-2.0-or-later2// Copyright (c) 2024 Takashi Sakamoto3 4#include <linux/types.h>5#include <linux/err.h>6#include "packet-header-definitions.h"7#include "phy-packet-definitions.h"8 9#define CREATE_TRACE_POINTS10#include <trace/events/firewire.h>11 12#ifdef TRACEPOINTS_ENABLED13EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_inbound_single_completions);14EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_inbound_multiple_completions);15EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_outbound_completions);16#endif17