thesis/linux-6.8.1/drivers/gpu/drm/i915/pxp/intel_pxp_huc.h
2025-03-19 13:44:23 +01:00

13 lines
276 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2021-2022, Intel Corporation. All rights reserved.
*/
#ifndef __INTEL_PXP_HUC_H__
#define __INTEL_PXP_HUC_H__
struct intel_pxp;
int intel_pxp_huc_load_and_auth(struct intel_pxp *pxp);
#endif /* __INTEL_PXP_HUC_H__ */