Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2902eb49 authored by Adheer Chandravanshi's avatar Adheer Chandravanshi Committed by James Bottomley
Browse files

[SCSI] scsi_transport_iscsi: Declare portal type string macros for generic use

parent 1e9e2be3
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -504,6 +504,10 @@ enum iscsi_host_param {
	ISCSI_HOST_PARAM_MAX,
	ISCSI_HOST_PARAM_MAX,
};
};


/* portal type */
#define PORTAL_TYPE_IPV4	"ipv4"
#define PORTAL_TYPE_IPV6	"ipv6"

/* iSCSI Flash Target params */
/* iSCSI Flash Target params */
enum iscsi_flashnode_param {
enum iscsi_flashnode_param {
	ISCSI_FLASHNODE_IS_FW_ASSIGNED_IPV6,
	ISCSI_FLASHNODE_IS_FW_ASSIGNED_IPV6,