Home | History | Annotate | Line # | Download | only in linux
dma-resv.h revision 1.2
      1  1.2  riastrad // SPDX-License-Identifier: MIT
      2  1.2  riastrad /*
      3  1.2  riastrad  * Copyright  2020 The NetBSD Foundation, Inc.
      4  1.2  riastrad  */
      5  1.2  riastrad 
      6  1.2  riastrad #ifndef	_LINUX_DMA_RESV_H_
      7  1.2  riastrad #define	_LINUX_DMA_RESV_H_
      8  1.2  riastrad 
      9  1.2  riastrad #include <linux/ww_mutex.h>
     10  1.2  riastrad #include <linux/dma-fence.h>
     11  1.2  riastrad 
     12  1.2  riastrad struct dma_resv {};
     13  1.2  riastrad 
     14  1.2  riastrad #endif	/* _LINUX_DMA_RESV_H_ */
     15