2017-11-03 10:28:30 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2021-03-29 13:51:08 +00:00
|
|
|
/*
|
2014-04-30 22:45:10 +00:00
|
|
|
* trace.c - DesignWare USB3 DRD Controller Trace Support
|
|
|
|
*
|
2020-07-11 13:58:04 +00:00
|
|
|
* Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
|
2014-04-30 22:45:10 +00:00
|
|
|
*
|
|
|
|
* Author: Felipe Balbi <balbi@ti.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
|
|
#include "trace.h"
|