Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / selftests / igt_mmap.h
blob6e716cb59d7eaa45bc70738b4582c6b61668b5ec
1 /*
2 * SPDX-License-Identifier: MIT
4 * Copyright © 2019 Intel Corporation
5 */
7 #ifndef IGT_MMAP_H
8 #define IGT_MMAP_H
10 struct drm_i915_private;
11 struct drm_vma_offset_node;
13 unsigned long igt_mmap_node(struct drm_i915_private *i915,
14 struct drm_vma_offset_node *node,
15 unsigned long addr,
16 unsigned long prot,
17 unsigned long flags);
19 #endif /* IGT_MMAP_H */