unplugged-kernel/drivers/misc/mediatek/vibrator/mt6765/vibrator_hal.h

10 lines
286 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#include <linux/regulator/consumer.h>
void vibr_Enable_HW(struct regulator *reg);
void vibr_Disable_HW(struct regulator *reg);
void vibr_power_set(void);
struct vibrator_hw *mt_get_cust_vibrator_hw(void);