blob: beeb7a8192b481eb77c39a2d1503debc4b91b89b [file] [log] [blame]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2022 Intel Corporation
*/
#ifndef _XE_QUERY_H_
#define _XE_QUERY_H_
struct drm_device;
struct drm_file;
int xe_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
#endif