6 lines
146 B
C
6 lines
146 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
#define CREATE_TRACE_POINTS
|
||
|
#include <trace/events/sof_intel.h>
|
||
|
|
||
|
EXPORT_TRACEPOINT_SYMBOL(sof_intel_hda_irq);
|