trace.c (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | trace.c (27088e00b623a9581bcd4e443a6f9380524edfce) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 | 1// SPDX-License-Identifier: GPL-2.0 |
2/** | 2/* |
3 * trace.c - DesignWare USB3 DRD Controller Trace Support 4 * 5 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com 6 * 7 * Author: Felipe Balbi <balbi@ti.com> 8 */ 9 10#define CREATE_TRACE_POINTS 11#include "trace.h" | 3 * trace.c - DesignWare USB3 DRD Controller Trace Support 4 * 5 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com 6 * 7 * Author: Felipe Balbi <balbi@ti.com> 8 */ 9 10#define CREATE_TRACE_POINTS 11#include "trace.h" |