mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-19 03:04:24 +00:00
15 lines
281 B
C
15 lines
281 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* xHCI host controller driver
|
|
*
|
|
* Copyright (C) 2013 Xenia Ragiadakou
|
|
*
|
|
* Author: Xenia Ragiadakou
|
|
* Email : burzalodowa@gmail.com
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "xhci-trace.h"
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_quirks);
|