13 lines
213 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
// SPDX-License-Identifier: GPL-2.0
/*
2026-01-29 22:25:33 +08:00
* Cadence CDNSP DRD Driver.
2026-01-21 18:59:54 +08:00
*
2026-01-29 22:25:33 +08:00
* Copyright (C) 2020 Cadence.
2026-01-21 18:59:54 +08:00
*
* Author: Pawel Laszczak <pawell@cadence.com>
2026-01-29 22:25:33 +08:00
*
2026-01-21 18:59:54 +08:00
*/
#define CREATE_TRACE_POINTS
2026-01-29 22:25:33 +08:00
#include "cdnsp-trace.h"