pmic.h 238 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2022, MediaTek Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef PMIC_H
  7. #define PMIC_H
  8. #define PMIC_PWRHOLD (0xa08)
  9. /* external API */
  10. void pmic_power_off(void);
  11. #endif /* PMIC_H */