blob: 6f40d5a583df01894d66fa2a8d803b475325e53f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Tracepoints for Apple DCP driver
*
* Copyright (C) The Asahi Linux Contributors
*/
#define CREATE_TRACE_POINTS
#include "trace.h"
|