summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/dma-buf.h
blob: 363b86fee502594a8a9730d96260e8a6cac4a858 (plain)
1
2
3
4
5
6
7
8
#ifndef _BACKPORT_DMA_BUF_H__
#define _BACKPORT_DMA_BUF_H__
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0)
#include_next <linux/dma-buf.h>
#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0) */

#endif /* _BACKPORT_DMA_BUF_H__ */