xref: /linux/drivers/gpu/drm/panfrost/panfrost_dump.h (revision 5f346a6e5970229c19c059e8fa62c3dbdde56e7b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright 2021 Collabora ltd.
4  */
5 
6 #ifndef PANFROST_DUMP_H
7 #define PANFROST_DUMP_H
8 
9 struct panfrost_job;
10 void panfrost_core_dump(struct panfrost_job *job);
11 
12 #endif
13