mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
12 lines
213 B
C
12 lines
213 B
C
/*
|
|
* 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__ */
|