isci: unify constants
cross driver constants are spread out over multiple header files, consolidate them into isci.h, and push some includes out to the source files that need them. TODO: remove SCI_MODE_SIZE infrastructure. TODO: task.h is full of inlines that are too large Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
@@ -54,10 +54,10 @@
|
||||
*/
|
||||
|
||||
#include "isci.h"
|
||||
#include "host.h"
|
||||
#include "phy.h"
|
||||
#include "scic_port.h"
|
||||
#include "scic_config_parameters.h"
|
||||
#include "core/scic_sds_phy.h"
|
||||
|
||||
struct scic_sds_phy;
|
||||
extern enum sci_status scic_sds_phy_start(struct scic_sds_phy *sci_phy);
|
||||
|
Reference in New Issue
Block a user