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