mirror of
https://gitee.com/openharmony/commonlibrary_memory_utils
synced 2024-11-27 09:21:58 +00:00
!35 将#include <linux/dma-heap.h>从dmabuf_alloc.c 移到 dmabuff_alloc.h
Merge pull request !35 from Caoruihong/dma_heap
This commit is contained in:
commit
6ff6f5186d
@ -18,6 +18,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <linux/dma-buf.h>
|
||||
#include <linux/dma-heap.h>
|
||||
|
||||
#undef LOG_TAG
|
||||
#define LOG_TAG "dmabufheap"
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/dma-buf.h>
|
||||
#include <linux/dma-heap.h>
|
||||
#include "securec.h"
|
||||
#include "hilog/log.h"
|
||||
#include "dmabuf_alloc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user