Files
luban-lite-t3e-pro/bsp/artinchip/sys/d13x/include/ram_param.h

12 lines
213 B
C
Raw Normal View History

2024-06-04 19:00:30 +08:00
/*
* Copyright (C) 2024 ArtInChip Technology Co.,Ltd
* Author: Xiong Hao <hao.xiong@artinchip.com>
*/
#ifndef __RAM_PARAM_H__
#define __RAM_PARAM_H__
u32 aic_get_ram_size(void);
#endif /* __RAM_PARAM_H__ */