/* * Copyright (c) 2025, Mediatek Inc. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef PMIC_SWAP_API_H #define PMIC_SWAP_API_H #include #include bool is_second_pmic_pp_swap(void); #endif /* PMIC_SWAP_API_H */