1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2020 Intel Corporation
6 #ifndef __I915_IOC32_H__
7 #define __I915_IOC32_H__
11 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd,
14 #define i915_ioc32_compat_ioctl NULL
17 #endif /* __I915_IOC32_H__ */