blob: 7430624c0bd70e7a772fbabbb145aea73be02fab (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-2.0
/**
* trace.c - USB Gadget Framework Trace Support
*
* Copyright (C) 2016 Intel Corporation
* Author: Felipe Balbi <felipe.balbi@linux.intel.com>
*/
#define CREATE_TRACE_POINTS
#include "trace.h"
|