Files
luban-lite-t3e-pro/bsp/artinchip/include/drv_bare/heap.h

23 lines
318 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
/*
2024-10-30 16:50:31 +08:00
* Copyright (C) 2023-2024 ArtInChip Technology Co.,Ltd
2023-08-30 16:21:18 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2024-10-30 16:50:31 +08:00
*
* Author: Dehuang Wu <dehuang.wu@artinchip.com>
2023-08-30 16:21:18 +08:00
*/
#ifndef __BL_HEAP_H_
#define __BL_HEAP_H_
#ifdef __cplusplus
extern "C" {
#endif
2024-10-30 16:50:31 +08:00
int heap_init(void);
2023-08-30 16:21:18 +08:00
#ifdef __cplusplus
}
#endif
#endif /* __BL_HEAP_H_ */