]> Git Repo - linux.git/blob - drivers/gpu/drm/imagination/pvr_fw_meta.h
Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux.git] / drivers / gpu / drm / imagination / pvr_fw_meta.h
1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
2 /* Copyright (c) 2023 Imagination Technologies Ltd. */
3
4 #ifndef PVR_FW_META_H
5 #define PVR_FW_META_H
6
7 #include <linux/types.h>
8
9 /* Forward declaration from pvr_device.h */
10 struct pvr_device;
11
12 int pvr_meta_cr_read32(struct pvr_device *pvr_dev, u32 reg_addr, u32 *reg_value_out);
13
14 #endif /* PVR_FW_META_H */
This page took 0.030246 seconds and 4 git commands to generate.