blob: 6c10f65f61fdb62ec3ff6b79029aa28a852baf17 [file] [log] [blame]
Hsin-Hsiung Wangcbd63312020-08-12 16:31:06 +08001/*
Bo-Chen Chen80fa7582022-09-01 16:32:46 +08002 * Copyright (c) 2022, MediaTek Inc. All rights reserved.
Hsin-Hsiung Wangcbd63312020-08-12 16:31:06 +08003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PMIC_H
8#define PMIC_H
9
Bo-Chen Chen80fa7582022-09-01 16:32:46 +080010#define PMIC_PWRHOLD (0xa08)
Hsin-Hsiung Wangcbd63312020-08-12 16:31:06 +080011
12/* external API */
13void pmic_power_off(void);
14
15#endif /* PMIC_H */