summaryrefslogtreecommitdiffstats
path: root/src/raw1394.h
diff options
context:
space:
mode:
authorGravatar aeb 2000-07-05 20:40:51 +0000
committerGravatar aeb 2000-07-05 20:40:51 +0000
commitc1e3916f704c82bfe6591ffd049c24015a8d1656 (patch)
tree404e2123c39c7260b00c58f640b8fbb9b1e63ce8 /src/raw1394.h
parent- Set library version info in configure.in, use in src/Makefile.am. (diff)
Added raw1394_reset_bus() call.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@33 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
-rw-r--r--src/raw1394.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/raw1394.h b/src/raw1394.h
index 2e38a4b..d95217e 100644
--- a/src/raw1394.h
+++ b/src/raw1394.h
@@ -65,6 +65,10 @@ int raw1394_get_port_info(raw1394handle_t handle, struct raw1394_portinfo *pinf,
*/
int raw1394_set_port(raw1394handle_t handle, int port);
+/*
+ * Reset the connected bus. Returns -1 for failure, 0 for success.
+ */
+int raw1394_reset_bus(raw1394handle_t handle);
/*
* Get one new message through handle and process it. See below for handler