linux/drivers/net/ethernet/intel/i40e/i40e_debug.h

/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2023 Intel Corporation. */

#ifndef _I40E_DEBUG_H_
#define _I40E_DEBUG_H_

#include <linux/dev_printk.h>

/* debug masks - set these bits in hw->debug_mask to control output */
enum i40e_debug_mask {};

struct i40e_hw;
struct device *i40e_hw_to_dev(struct i40e_hw *hw);

#define hw_dbg(hw, S, A...)
#define hw_warn(hw, S, A...)

#define i40e_debug(h, m, s, ...)

#endif /* _I40E_DEBUG_H_ */