diff options
Diffstat (limited to 'drivers/rapidio/rio.h')
-rw-r--r-- | drivers/rapidio/rio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/rapidio/rio.h b/drivers/rapidio/rio.h index d59587762c76..085215cd8502 100644 --- a/drivers/rapidio/rio.h +++ b/drivers/rapidio/rio.h | |||
@@ -42,9 +42,10 @@ extern int rio_add_device(struct rio_dev *rdev); | |||
42 | extern int rio_enable_rx_tx_port(struct rio_mport *port, int local, u16 destid, | 42 | extern int rio_enable_rx_tx_port(struct rio_mport *port, int local, u16 destid, |
43 | u8 hopcount, u8 port_num); | 43 | u8 hopcount, u8 port_num); |
44 | extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops); | 44 | extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops); |
45 | extern int rio_unregister_scan(int mport_id); | 45 | extern int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops); |
46 | extern void rio_attach_device(struct rio_dev *rdev); | 46 | extern void rio_attach_device(struct rio_dev *rdev); |
47 | extern struct rio_mport *rio_find_mport(int mport_id); | 47 | extern struct rio_mport *rio_find_mport(int mport_id); |
48 | extern int rio_mport_scan(int mport_id); | ||
48 | 49 | ||
49 | /* Structures internal to the RIO core code */ | 50 | /* Structures internal to the RIO core code */ |
50 | extern struct device_attribute rio_dev_attrs[]; | 51 | extern struct device_attribute rio_dev_attrs[]; |