10 lines
286 B
C
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);
|