11 lines
289 B
C
Executable File
11 lines
289 B
C
Executable File
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Qualcomm Technologies, Inc. Peripheral Image Loader helpers
|
|
*
|
|
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include <trace/events/rproc_qcom.h>
|
|
EXPORT_TRACEPOINT_SYMBOL(rproc_qcom_event);
|