c05564c4d8
Android 13
16 lines
198 B
C
Executable file
16 lines
198 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
signed int battery_get_bat_voltage(void)
|
|
{
|
|
return 4000;
|
|
}
|
|
|
|
void wake_up_bat(void)
|
|
{
|
|
}
|
|
EXPORT_SYMBOL(wake_up_bat);
|
|
|