blob: 8a00a0ebddc5b2812c606d4364120c3cbf2be2e9 [file] [log] [blame]
Sagar Arun Kamble57312ea2018-03-01 22:15:45 +05301/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright © 2014-2018 Intel Corporation
5 */
6
7#ifndef _INTEL_HUC_FW_H_
8#define _INTEL_HUC_FW_H_
9
10struct intel_huc;
11
12void intel_huc_fw_init_early(struct intel_huc *huc);
13int intel_huc_fw_upload(struct intel_huc *huc);
14
15#endif