/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SCSI_SAS_INTERNAL_H #define _SCSI_SAS_INTERNAL_H #define SAS_HOST_ATTRS … #define SAS_PHY_ATTRS … #define SAS_PORT_ATTRS … #define SAS_RPORT_ATTRS … #define SAS_END_DEV_ATTRS … #define SAS_EXPANDER_ATTRS … struct sas_internal { … }; #define to_sas_internal(tmpl) … #endif