intel_huc_fw.h 266 B

123456789101112131415
  1. /*
  2. * SPDX-License-Identifier: MIT
  3. *
  4. * Copyright © 2014-2018 Intel Corporation
  5. */
  6. #ifndef _INTEL_HUC_FW_H_
  7. #define _INTEL_HUC_FW_H_
  8. struct intel_huc;
  9. void intel_huc_fw_init_early(struct intel_huc *huc);
  10. int intel_huc_fw_upload(struct intel_huc *huc);
  11. #endif