xref: /linux/drivers/gpu/drm/xe/xe_guc_pagefault.h (revision 24f171c7e145f43b9f187578e89b0982ce87e54c)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2025 Intel Corporation
4  */
5 
6 #ifndef _XE_GUC_PAGEFAULT_H_
7 #define _XE_GUC_PAGEFAULT_H_
8 
9 #include <linux/types.h>
10 
11 struct xe_guc;
12 
13 int xe_guc_pagefault_handler(struct xe_guc *guc, u32 *msg, u32 len);
14 
15 #endif
16