kernel_samsung_a34x-permissive/drivers/misc/mediatek/vow/ver01/vow_scp.h
2024-04-28 15:51:13 +02:00

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__ */