blob: 31dcef181f639c79b701c2f969f6edc6a381da82 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright © 2018 Intel Corporation
5 */
6
7#ifndef _I915_QUERY_H_
8#define _I915_QUERY_H_
9
10struct drm_device;
11struct drm_file;
12
13int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
14
15#endif