Sign in
android-kvm
/
linux
/
2a987e65025e2b79c6d453b78cb5985ac6e5eb26
/
.
/
drivers
/
gpu
/
drm
/
i915
/
dma_resv_utils.h
blob: b9d8fb5f8367d3091b9a636dae11a4b248117433 [
file
] [
log
] [
blame
]
/* 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 */