xref: /rk3399_ARM-atf/plat/mediatek/include/drivers/pmic/pmic_swap_api.h (revision 2e9198d0e0cbe9546348dd0a71ff6c3d2061d4eb)
1 /*
2  * Copyright (c) 2025, Mediatek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PMIC_SWAP_API_H
8 #define PMIC_SWAP_API_H
9 
10 #include <stdbool.h>
11 
12 #include <drivers/spmi_api.h>
13 
14 bool is_second_pmic_pp_swap(void);
15 
16 #endif /* PMIC_SWAP_API_H */
17