1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * trace.c - USB UVC Gadget Trace Support
4  *
5  * Copyright (C) 2024 Pengutronix e.K.
6  *
7  * Author: Michael Grzeschik <[email protected]>
8  */
9 
10 #define CREATE_TRACE_POINTS
11 #include "uvc_trace.h"
12