kernel_samsung_a53x/drivers/vision3/dsp/hardware/common/dsp-hw-common-interface.h
2024-06-15 16:02:09 -03:00

16 lines
396 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Samsung Exynos SoC series dsp driver
*
* Copyright (c) 2020 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*/
#ifndef __HW_COMMON_DSP_HW_COMMON_INTERFACE_H__
#define __HW_COMMON_DSP_HW_COMMON_INTERFACE_H__
#include "dsp-interface.h"
int dsp_hw_common_interface_set_ops(struct dsp_interface *itf, const void *ops);
#endif