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