1/* SPDX-License-Identifier: MIT */
2/*
3 * Copyright © 2020 Intel Corporation
4 */
5
6#ifndef __I915_IOC32_H__
7#define __I915_IOC32_H__
8
9#ifdef CONFIG_COMPAT
10struct file;
11long 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
16
17#endif /* __I915_IOC32_H__ */
18

source code of linux/drivers/gpu/drm/i915/i915_ioc32.h