15 lines
290 B
C
15 lines
290 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* vow_scp.h -- VoW SCP definition
|
||
|
*
|
||
|
* Copyright (c) 2020 MediaTek Inc.
|
||
|
* Author: Michael Hsiao <michael.hsiao@mediatek.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef __VOW_SCP_H__
|
||
|
#define __VOW_SCP_H__
|
||
|
|
||
|
unsigned int vow_check_scp_status(void);
|
||
|
|
||
|
#endif /*__VOW_SCP_H__ */
|