Files
luban-lite/bsp/artinchip/include/drv_bare/heap.h
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

21 lines
281 B
C

/*
* Copyright (c) 2023, Artinchip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __BL_HEAP_H_
#define __BL_HEAP_H_
#ifdef __cplusplus
extern "C" {
#endif
int heap_init(void *ptr, size_t size);
#ifdef __cplusplus
}
#endif
#endif /* __BL_HEAP_H_ */