]> Git Repo - J-linux.git/blob - drivers/usb/host/xhci-trace.c
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.git] / drivers / usb / host / xhci-trace.c
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 : [email protected]
9  */
10
11 #define CREATE_TRACE_POINTS
12 #include "xhci-trace.h"
13
14 EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_quirks);
15 EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_init);
This page took 0.025768 seconds and 4 git commands to generate.