vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / intel_huc_fw.h
blob8a00a0ebddc5b2812c606d4364120c3cbf2be2e9
1 /*
2 * SPDX-License-Identifier: MIT
4 * Copyright © 2014-2018 Intel Corporation
5 */
7 #ifndef _INTEL_HUC_FW_H_
8 #define _INTEL_HUC_FW_H_
10 struct intel_huc;
12 void intel_huc_fw_init_early(struct intel_huc *huc);
13 int intel_huc_fw_upload(struct intel_huc *huc);
15 #endif