/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ #ifndef __INTEL_HUC_PRINT__ #define __INTEL_HUC_PRINT__ #include "gt/intel_gt.h" #include "gt/intel_gt_print.h" #define huc_printk(_huc, _level, _fmt, ...) … #define huc_err(_huc, _fmt, ...) … #define huc_warn(_huc, _fmt, ...) … #define huc_notice(_huc, _fmt, ...) … #define huc_info(_huc, _fmt, ...) … #define huc_dbg(_huc, _fmt, ...) … #define huc_probe_error(_huc, _fmt, ...) … #endif /* __INTEL_HUC_PRINT__ */