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