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 © 2014-2019 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _INTEL_HUC_FW_H_
|
|
#define _INTEL_HUC_FW_H_
|
|
|
|
struct intel_huc;
|
|
|
|
void intel_huc_fw_init_early(struct intel_huc *huc);
|
|
int intel_huc_fw_upload(struct intel_huc *huc);
|
|
|
|
#endif
|