1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2020 Intel Corporation
4  */
5 
6 #ifndef DMA_RESV_UTILS_H
7 #define DMA_RESV_UTILS_H
8 
9 struct dma_resv;
10 
11 void dma_resv_prune(struct dma_resv *resv);
12 
13 #endif /* DMA_RESV_UTILS_H */
14