Linux Audio
Check our new training course
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 9struct dma_resv; 10 11void dma_resv_prune(struct dma_resv *resv); 12 13#endif /* DMA_RESV_UTILS_H */