brintos

brintos / linux-shallow public Read only

0
0
Text · 209 B · 7d9bcef Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright 2021 Collabora ltd.4 */5 6#ifndef PANFROST_DUMP_H7#define PANFROST_DUMP_H8 9struct panfrost_job;10void panfrost_core_dump(struct panfrost_job *job);11 12#endif13