rapidio: use device lists handling on per-net basis
[linux-2.6-block.git] / include / linux / rio.h
index 4d1a104cd78decf04d8492353ff0ee20f12d9c4f..7ea02c44b32eb22fa70c3e3149b76582216043b2 100644 (file)
@@ -275,6 +275,7 @@ struct rio_mport {
 struct rio_net {
        struct list_head node;  /* node in list of networks */
        struct list_head devices;       /* list of devices in this net */
+       struct list_head switches;      /* list of switches in this net */
        struct list_head mports;        /* list of ports accessing net */
        struct rio_mport *hport;        /* primary port for accessing net */
        unsigned char id;       /* RIO network ID */