Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /** | ||||
3 | * trace.c - DesignWare USB3 DRD Controller Trace Support | ||||
4 | * | ||||
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 5 | * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | * |
7 | * Author: Felipe Balbi <balbi@ti.com> | ||||
8 | */ | ||||
9 | |||||
10 | #define CREATE_TRACE_POINTS | ||||
11 | #include "trace.h" |