12 lines
193 B
C
12 lines
193 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2019 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef _MT6362_BUCK_MANAGER_H_
|
||
|
#define _MT6362_BUCK_MANAGER_H_
|
||
|
|
||
|
void mt6362_vmd1_pmic_setting_on(void);
|
||
|
|
||
|
#endif
|