Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
Note: File does not exist in v4.6.
 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
 9struct intel_pxp;
10
11int intel_pxp_huc_load_and_auth(struct intel_pxp *pxp);
12
13#endif /* __INTEL_PXP_HUC_H__ */