summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imagination/pvr_fw_meta.h
blob: 911ad700cba6627d533b1d3c171d16aa49f17a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
/* Copyright (c) 2023 Imagination Technologies Ltd. */

#ifndef PVR_FW_META_H
#define PVR_FW_META_H

#include <linux/types.h>

/* Forward declaration from pvr_device.h */
struct pvr_device;

int pvr_meta_cr_read32(struct pvr_device *pvr_dev, u32 reg_addr, u32 *reg_value_out);

#endif /* PVR_FW_META_H */