diff options
Diffstat (limited to 'drivers/ps3/vuart.h')
-rw-r--r-- | drivers/ps3/vuart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ps3/vuart.h b/drivers/ps3/vuart.h index 11c421cf7a03..2cbf728a3a0b 100644 --- a/drivers/ps3/vuart.h +++ b/drivers/ps3/vuart.h | |||
@@ -30,6 +30,7 @@ struct ps3_vuart_port_driver { | |||
30 | struct device_driver core; | 30 | struct device_driver core; |
31 | int (*probe)(struct ps3_vuart_port_device *); | 31 | int (*probe)(struct ps3_vuart_port_device *); |
32 | int (*remove)(struct ps3_vuart_port_device *); | 32 | int (*remove)(struct ps3_vuart_port_device *); |
33 | void (*shutdown)(struct ps3_vuart_port_device *); | ||
33 | int (*tx_event)(struct ps3_vuart_port_device *dev); | 34 | int (*tx_event)(struct ps3_vuart_port_device *dev); |
34 | int (*rx_event)(struct ps3_vuart_port_device *dev); | 35 | int (*rx_event)(struct ps3_vuart_port_device *dev); |
35 | int (*disconnect_event)(struct ps3_vuart_port_device *dev); | 36 | int (*disconnect_event)(struct ps3_vuart_port_device *dev); |