]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/intel_huc_fw.h
Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / drivers / gpu / drm / i915 / intel_huc_fw.h
1 /*
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
10 struct intel_huc;
11
12 void intel_huc_fw_init_early(struct intel_huc *huc);
13 int intel_huc_fw_upload(struct intel_huc *huc);
14
15 #endif
This page took 0.033623 seconds and 4 git commands to generate.