18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright © 2020 Intel Corporation
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __I915_IOC32_H__
78c2ecf20Sopenharmony_ci#define __I915_IOC32_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifdef CONFIG_COMPAT
108c2ecf20Sopenharmony_cistruct file;
118c2ecf20Sopenharmony_cilong i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd,
128c2ecf20Sopenharmony_ci			     unsigned long arg);
138c2ecf20Sopenharmony_ci#else
148c2ecf20Sopenharmony_ci#define i915_ioc32_compat_ioctl NULL
158c2ecf20Sopenharmony_ci#endif
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* __I915_IOC32_H__ */
18