diff options
author | Sebastian Reichel <sre@ring0.de> | 2013-07-26 14:36:43 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2013-08-11 00:01:08 +0200 |
commit | a61217de3e86e9450d9a5e41f2196238d8343841 (patch) | |
tree | 00fabfe4f9a383a48d3755d45381ee1aa30006b0 | |
parent | bf840d82e5f78ffa4fdf7e00ef18b8619d5b9137 (diff) | |
download | linux-a61217de3e86e9450d9a5e41f2196238d8343841.tar.bz2 |
export ssip_slave_running
-rw-r--r-- | include/linux/hsi/ssip_slave.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hsi/ssip_slave.h b/include/linux/hsi/ssip_slave.h index 30e61bfb4cda..ba69dbe53f7a 100644 --- a/include/linux/hsi/ssip_slave.h +++ b/include/linux/hsi/ssip_slave.h @@ -35,4 +35,6 @@ struct hsi_client *ssip_slave_get_master(struct hsi_client *slave); int ssip_slave_start_tx(struct hsi_client *master); int ssip_slave_stop_tx(struct hsi_client *master); +int ssip_slave_running(struct hsi_client *master); + #endif /* __LINUX_SSIP_SLAVE_H__ */ |