1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2023 Intel Corporation
6 #ifndef _XE_DEVCOREDUMP_H_
7 #define _XE_DEVCOREDUMP_H_
12 #ifdef CONFIG_DEV_COREDUMP
13 void xe_devcoredump(struct xe_exec_queue *q);
15 static inline void xe_devcoredump(struct xe_exec_queue *q)