linux/drivers/scsi/fnic/vnic_stats.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright 2008 Cisco Systems, Inc.  All rights reserved.
 * Copyright 2007 Nuova Systems, Inc.  All rights reserved.
 */
#ifndef _VNIC_STATS_H_
#define _VNIC_STATS_H_

/* Tx statistics */
struct vnic_tx_stats {};

/* Rx statistics */
struct vnic_rx_stats {};

struct vnic_stats {};

#endif /* _VNIC_STATS_H_ */