Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2022 Intel Corporation
0004  */
0005 
0006 #ifndef __I915_IOCTL_H__
0007 #define __I915_IOCTL_H__
0008 
0009 struct drm_device;
0010 struct drm_file;
0011 
0012 int i915_reg_read_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
0013 
0014 #endif /* __I915_IOCTL_H__ */