arm-trusted-firmware/plat/mediatek/include/drivers/pmic/pmic_swap_api.h
Hope Wang d4e6f98d7f feat(mt8196): add PMIC driver
1. Add PMIC shutdown API
2. Add PMIC low power settings

Change-Id: I634a60fa3e2a74a6031df9fe59e2f52956ef7114
Signed-off-by: Hope Wang <hope.wang@mediatek.corp-partner.google.com>
2025-01-22 11:50:47 +08:00

16 lines
277 B
C

/*
* 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 <stdbool.h>
#include <drivers/spmi_api.h>
bool is_second_pmic_pp_swap(void);
#endif /* PMIC_SWAP_API_H */