Merge tag 'ide-5.11-2021-02-28' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / dma_resv_utils.h
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 */