12 lines
207 B
C
12 lines
207 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __TMP_6311BUCK_H__
|
|
#define __TMP_6311BUCK_H__
|
|
|
|
extern int is_ext_buck_exist(void);
|
|
|
|
#endif /* __TMP_6311BUCK_H__ */
|