17 lines
339 B
C
17 lines
339 B
C
|
/* 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_P0_DSP_HW_P0_GOVERNOR_H__
|
||
|
#define __HW_P0_DSP_HW_P0_GOVERNOR_H__
|
||
|
|
||
|
#include "dsp-governor.h"
|
||
|
|
||
|
int dsp_hw_p0_governor_register_ops(void);
|
||
|
|
||
|
#endif
|