diff options
Diffstat (limited to 'include/linux/rio.h')
| -rw-r--r-- | include/linux/rio.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index 4187da51100..a3e78427866 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h @@ -275,9 +275,11 @@ struct rio_id_table {   * struct rio_net - RIO network info   * @node: Node in global list of RIO networks   * @devices: List of devices in this network + * @switches: List of switches in this netowrk   * @mports: List of master ports accessing this network   * @hport: Default port for accessing this network   * @id: RIO network ID + * @destid_table: destID allocation table   */  struct rio_net {  	struct list_head node;	/* node in list of networks */  |