/* * Copyright (c) 2022, Artinchip Technology Co., Ltd * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __AIC_HAL_CMU_RESET_H__ #define __AIC_HAL_CMU_RESET_H__ #ifdef __cplusplus extern "C" { #endif struct aic_reset_signal { u32 offset; u32 bit; }; #ifdef __cplusplus } #endif #endif /* __AIC_HAL_CMU_RESET_H__ */