Files
luban-lite-t3e-pro/bsp/artinchip/include/drv_bare/heap.h
刘可亮 661e71562d v1.1.1
2024-10-30 16:50:31 +08:00

23 lines
318 B
C

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