blob: 13058fa26927c321fa1b2e72a75aee4e686a53ae [file] [log] [blame]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef __POWER_H__
#define __POWER_H__
void str_hw_init(void);
void str_hw_disable(void);
void str_power_on(int shutdown_flag);
void str_power_off(int shutdown_flag);
void Bt_GpioIRQRegister(void);
void Bt_GpioIRQFree(void);
#endif