mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
12 lines
228 B
C
12 lines
228 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* USBSS device controller driver Trace Support
|
||
|
*
|
||
|
* Copyright (C) 2018-2019 Cadence.
|
||
|
*
|
||
|
* Author: Pawel Laszczak <pawell@cadence.com>
|
||
|
*/
|
||
|
|
||
|
#define CREATE_TRACE_POINTS
|
||
|
#include "trace.h"
|