Files
CoolPi-Armbian-Rockchip-RK3…/drivers/gpu/drm/panfrost/panfrost_dump.h
2025-02-04 12:41:12 -06:00

13 lines
209 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright 2021 Collabora ltd.
*/
#ifndef PANFROST_DUMP_H
#define PANFROST_DUMP_H
struct panfrost_job;
void panfrost_core_dump(struct panfrost_job *job);
#endif