2 * Copyright (C) 2015 Etnaviv Project
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published by
6 * the Free Software Foundation.
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * You should have received a copy of the GNU General Public License along with
14 * this program. If not, see <http://www.gnu.org/licenses/>.
16 * Etnaviv devcoredump file definitions
18 #ifndef ETNAVIV_DUMP_H
19 #define ETNAVIV_DUMP_H
21 #include <linux/types.h>
24 ETDUMP_MAGIC
= 0x414e5445,
34 struct etnaviv_dump_object_header
{
43 /* Registers object, an array of these */
44 struct etnaviv_dump_registers
{
51 void etnaviv_core_dump(struct etnaviv_gpu
*gpu
);