]> Git Repo - linux.git/blob - drivers/gpu/drm/imagination/pvr_fw_startstop.h
Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[linux.git] / drivers / gpu / drm / imagination / pvr_fw_startstop.h
1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
2 /* Copyright (c) 2023 Imagination Technologies Ltd. */
3
4 #ifndef PVR_FW_STARTSTOP_H
5 #define PVR_FW_STARTSTOP_H
6
7 /* Forward declaration from pvr_device.h. */
8 struct pvr_device;
9
10 int pvr_fw_start(struct pvr_device *pvr_dev);
11 int pvr_fw_stop(struct pvr_device *pvr_dev);
12
13 #endif /* PVR_FW_STARTSTOP_H */
This page took 0.032587 seconds and 4 git commands to generate.