[RAPIDIO] Add serial RapidIO controller support, which includes MPC8548, MPC8641
[deliverable/linux.git] / include / linux / rio.h
index 4a064bcd7c0c2075f4d14621588a31e200a21958..cfb66bbc0f27db46287d76c76f0440c394d30c34 100644 (file)
@@ -145,6 +145,11 @@ struct rio_dbell {
        void *dev_id;
 };
 
+enum rio_phy_type {
+       RIO_PHY_PARALLEL,
+       RIO_PHY_SERIAL,
+};
+
 /**
  * struct rio_mport - RIO master port info
  * @dbells: List of doorbell events
@@ -178,6 +183,7 @@ struct rio_mport {
                                 * 0 - Small size. 256 devices.
                                 * 1 - Large size, 65536 devices.
                                 */
+       enum rio_phy_type phy_type;     /* RapidIO phy type */
        unsigned char name[40];
        void *priv;             /* Master port private data */
 };
This page took 0.028482 seconds and 5 git commands to generate.