mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-21 11:44:14 +00:00
12 lines
213 B
C
12 lines
213 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Cadence CDNSP DRD Driver.
|
|
*
|
|
* Copyright (C) 2020 Cadence.
|
|
*
|
|
* Author: Pawel Laszczak <pawell@cadence.com>
|
|
*
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "cdnsp-trace.h"
|