2021-08-31 10:58:11 +09:00
|
|
|
// 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>
|
2021-09-11 05:18:36 +09:00
|
|
|
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL(rproc_qcom_event);
|