linux/drivers/scsi/fnic/fnic_io.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 _FNIC_IO_H_
#define _FNIC_IO_H_

#include <scsi/fc/fc_fcp.h>

#define FNIC_DFLT_SG_DESC_CNT
#define FNIC_MAX_SG_DESC_CNT
#define FNIC_SG_DESC_ALIGN

struct host_sg_desc {};

struct fnic_dflt_sgl_list {};

struct fnic_sgl_list {};

enum fnic_sgl_list_type {};

enum fnic_ioreq_state {};

struct fnic_io_req {};

enum fnic_port_speeds {};
#endif /* _FNIC_IO_H_ */