xref: /openbmc/linux/drivers/usb/host/xhci-trace.c (revision 5fd54ace)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * xHCI host controller driver
4  *
5  * Copyright (C) 2013 Xenia Ragiadakou
6  *
7  * Author: Xenia Ragiadakou
8  * Email : burzalodowa@gmail.com
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License version 2 as
12  * published by the Free Software Foundation.
13  */
14 
15 #define CREATE_TRACE_POINTS
16 #include "xhci-trace.h"
17 
18 EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_quirks);
19