xref: /linux/drivers/gpu/drm/xe/xe_vm_madvise.h (revision b615879dbfea6cf1236acbc3f2fb25ae84e07071)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2025 Intel Corporation
4  */
5 
6 #ifndef _XE_VM_MADVISE_H_
7 #define _XE_VM_MADVISE_H_
8 
9 struct drm_device;
10 struct drm_file;
11 
12 int xe_vm_madvise_ioctl(struct drm_device *dev, void *data,
13 			struct drm_file *file);
14 
15 #endif
16