12 lines
238 B
C
12 lines
238 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/**
|
|
* trace.c - SPI HID Trace Support
|
|
*
|
|
* Copyright (C) 2020 Microsoft Corporation
|
|
*
|
|
* Author: Felipe Balbi <felipe.balbi@microsoft.com>
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "spi-hid_trace.h"
|