3ea5802910
Include 2019 in copyright years and start using SPDX tag. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20190812092935.21048-1-michal.wajdeczko@intel.com
15 lines
266 B
C
15 lines
266 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2017-2019 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _INTEL_GUC_FW_H_
|
|
#define _INTEL_GUC_FW_H_
|
|
|
|
struct intel_guc;
|
|
|
|
void intel_guc_fw_init_early(struct intel_guc *guc);
|
|
int intel_guc_fw_upload(struct intel_guc *guc);
|
|
|
|
#endif
|