1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */ 2 /* 3 * Copyright (c) 2022 Rockchip Electronics Co., Ltd. 4 */ 5 6 #ifndef __ALLOCATOR_DMA_HEAP_H__ 7 #define __ALLOCATOR_DMA_HEAP_H__ 8 9 #include "mpp_allocator_api.h" 10 11 extern os_allocator allocator_dma_heap; 12 13 #endif 14