xref: /linux/drivers/gpu/drm/imagination/pvr_dump.h (revision 4a57e0913e8c7fff407e97909f4ae48caa84d612)
1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
2 /* Copyright (c) 2026 Imagination Technologies Ltd. */
3 
4 #ifndef PVR_DUMP_H
5 #define PVR_DUMP_H
6 
7 /* Forward declaration from pvr_device.h. */
8 struct pvr_device;
9 
10 /* Forward declaration from pvr_rogue_fwif.h. */
11 struct rogue_fwif_fwccb_cmd_context_reset_data;
12 
13 void
14 pvr_dump_context_reset_notification(struct pvr_device *pvr_dev,
15 				    struct rogue_fwif_fwccb_cmd_context_reset_data *data);
16 
17 #endif /* PVR_DUMP_H */
18