]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/pxp/intel_pxp_huc.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 / pxp / intel_pxp_huc.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright(c) 2021-2022, Intel Corporation. All rights reserved.
4  */
5
6 #ifndef __INTEL_PXP_HUC_H__
7 #define __INTEL_PXP_HUC_H__
8
9 struct intel_pxp;
10
11 int intel_pxp_huc_load_and_auth(struct intel_pxp *pxp);
12
13 #endif /* __INTEL_PXP_HUC_H__ */
This page took 0.02687 seconds and 4 git commands to generate.