2 * SPDX-License-Identifier: MIT
4 * Copyright © 2016 Intel Corporation
7 #ifndef __MOCK_DMABUF_H__
8 #define __MOCK_DMABUF_H__
10 #include <linux/dma-buf.h>
17 static inline struct mock_dmabuf
*to_mock(struct dma_buf
*buf
)
22 #endif /* !__MOCK_DMABUF_H__ */