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