]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / gpu / drm / i915 / gt / uc / intel_gsc_proxy.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5
6 #ifndef _INTEL_GSC_PROXY_H_
7 #define _INTEL_GSC_PROXY_H_
8
9 #include <linux/types.h>
10
11 struct intel_gsc_uc;
12
13 int intel_gsc_proxy_init(struct intel_gsc_uc *gsc);
14 void intel_gsc_proxy_fini(struct intel_gsc_uc *gsc);
15 int intel_gsc_proxy_request_handler(struct intel_gsc_uc *gsc);
16 void intel_gsc_proxy_irq_handler(struct intel_gsc_uc *gsc, u32 iir);
17
18 #endif
This page took 0.027113 seconds and 4 git commands to generate.