xref: /linux/drivers/usb/gadget/udc/trace.c (revision eb01fe7abbe2d0b38824d2a93fdb4cc3eaf2ccc1)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * trace.c - USB Gadget Framework Trace Support
4  *
5  * Copyright (C) 2016 Intel Corporation
6  * Author: Felipe Balbi <felipe.balbi@linux.intel.com>
7  */
8 
9 #define CREATE_TRACE_POINTS
10 #include "trace.h"
11