Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / i915_ioc32.h
blob40dcd55ca213523994adff7da408892735190046
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2020 Intel Corporation
4 */
6 #ifndef __I915_IOC32_H__
7 #define __I915_IOC32_H__
9 #ifdef CONFIG_COMPAT
10 struct file;
11 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd,
12 unsigned long arg);
13 #else
14 #define i915_ioc32_compat_ioctl NULL
15 #endif
17 #endif /* __I915_IOC32_H__ */