Files
luban-lite-t3e-pro/bsp/artinchip/include/hal/aic_hal_reset_cmu.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

24 lines
333 B
C

/*
* 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__ */