Yong Wu | 4794746 | 2024-12-31 09:58:28 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2025, MediaTek Inc. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | #ifndef MMINFRA_PUBLIC_H | ||||
7 | #define MMINFRA_PUBLIC_H | ||||
8 | |||||
9 | #define MMINFRA_RET_ERR (-1) | ||||
10 | #define MMINFRA_RET_POWER_OFF 0 | ||||
11 | #define MMINFRA_RET_POWER_ON 1 | ||||
12 | |||||
13 | int mminfra_get_if_in_use(void); | ||||
14 | int mminfra_put(void); | ||||
15 | |||||
16 | #endif |