14 lines
392 B
C
14 lines
392 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
/*********************************************
|
|
* HAL API
|
|
**********************************************/
|
|
#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);
|