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