xref: /aosp_15_r20/external/mesa3d/src/intel/common/xe/intel_device_query.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright 2023 Intel Corporation
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #pragma once
7 
8 #include <stdint.h>
9 
10 void *xe_device_query_alloc_fetch(int fd, uint32_t query_id, uint32_t *len);
11