10 lines
245 B
C
10 lines
245 B
C
|
// 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>
|