Files
luban-lite-t3e-pro/bsp/artinchip/include/hal/aic_hal_reset_cmu.h
2025-09-30 11:56:06 +08:00

24 lines
356 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__ */