Check if a struct device represents a sas remote phy
int scsi_is_sas_rphy(const struct device * dev);
dev
device to check
1 if the device represents a SAS remote PHY, 0 else
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>