mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
It is a bit inconvenient to put the relative path to local header from tree-wide header. This commit delegates the selection to include headers into users. Link: https://lore.kernel.org/r/20240605235155.116468-11-o-takashi@sakamocchi.jp Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
8 lines
213 B
C
8 lines
213 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
// Copyright (c) 2024 Takashi Sakamoto
|
|
|
|
#include <linux/types.h>
|
|
#include "packet-header-definitions.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include <trace/events/firewire.h>
|