![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 /* 0003 * Copyright © 2020 Intel Corporation 0004 */ 0005 0006 #ifndef __I915_IOC32_H__ 0007 #define __I915_IOC32_H__ 0008 0009 #ifdef CONFIG_COMPAT 0010 struct file; 0011 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd, 0012 unsigned long arg); 0013 #else 0014 #define i915_ioc32_compat_ioctl NULL 0015 #endif 0016 0017 #endif /* __I915_IOC32_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |