scst/include/backport.h: Backport FC_PORTSPEED_64GBIT

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8194 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-04-13 22:57:18 +00:00
parent e4a05976e7
commit a2ed73c287

View File

@@ -1639,6 +1639,16 @@ enum {
};
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
/*
* See also commit cc019a5a3b58 ("scsi: scsi_transport_fc: fix typos on 64/128
* GBit define names") # v4.16.
*/
enum {
FC_PORTSPEED_64GBIT = 0x1000
};
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0)
#define wwn_to_u64(wwn) get_unaligned_be64(wwn)
#endif