]> Git Repo - linux.git/blob - drivers/gpu/drm/xe/xe_devcoredump.h
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux.git] / drivers / gpu / drm / xe / xe_devcoredump.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5
6 #ifndef _XE_DEVCOREDUMP_H_
7 #define _XE_DEVCOREDUMP_H_
8
9 struct xe_device;
10 struct xe_exec_queue;
11
12 #ifdef CONFIG_DEV_COREDUMP
13 void xe_devcoredump(struct xe_exec_queue *q);
14 #else
15 static inline void xe_devcoredump(struct xe_exec_queue *q)
16 {
17 }
18 #endif
19
20 #endif
This page took 0.054152 seconds and 4 git commands to generate.