linux/drivers/gpu/drm/i915/gt/uc/intel_guc_print.h

/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2023 Intel Corporation
 */

#ifndef __INTEL_GUC_PRINT__
#define __INTEL_GUC_PRINT__

#include "gt/intel_gt.h"
#include "gt/intel_gt_print.h"

#define guc_printk(_guc, _level, _fmt, ...)

#define guc_err(_guc, _fmt, ...)

#define guc_warn(_guc, _fmt, ...)

#define guc_notice(_guc, _fmt, ...)

#define guc_info(_guc, _fmt, ...)

#define guc_dbg(_guc, _fmt, ...)

#define guc_err_ratelimited(_guc, _fmt, ...)

#define guc_notice_ratelimited(_guc, _fmt, ...)

#define guc_probe_error(_guc, _fmt, ...)

#define guc_WARN(_guc, _cond, _fmt, ...)

#define guc_WARN_ONCE(_guc, _cond, _fmt, ...)

#define guc_WARN_ON(_guc, _cond)

#define guc_WARN_ON_ONCE(_guc, _cond)

#endif /* __INTEL_GUC_PRINT__ */