xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/intel_guc_fw.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: intel_guc_fw.h,v 1.2 2021/12/18 23:45:31 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 /*
5  * Copyright © 2017-2019 Intel Corporation
6  */
7 
8 #ifndef _INTEL_GUC_FW_H_
9 #define _INTEL_GUC_FW_H_
10 
11 struct intel_guc;
12 
13 void intel_guc_fw_init_early(struct intel_guc *guc);
14 int intel_guc_fw_upload(struct intel_guc *guc);
15 
16 #endif
17