xref: /rk3399_ARM-atf/plat/mediatek/include/drivers/pmic/pmic_swap_api.h (revision 2cadf21bc8cc58e9ed8c7ae2af6089ffdb3d0a02)
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