Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7 12 lines 209 B view raw
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 9struct panfrost_job; 10void panfrost_core_dump(struct panfrost_job *job); 11 12#endif