c05564c4d8
Android 13
12 lines
193 B
C
Executable file
12 lines
193 B
C
Executable file
// 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
|