Sign in
android-kvm
/
linux
/
91f263dda66a2dd4bf0c5d8ad6f48ab9fd5d9eca
/
.
/
drivers
/
gpu
/
drm
/
xe
/
xe_query.h
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