Back to home page

OSCL-LXR

 
 

    


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