diff options
| author | 2004-11-11 03:19:09 +0000 | |
|---|---|---|
| committer | 2004-11-11 03:19:09 +0000 | |
| commit | 940fabaf397c9bc9b6b5457bab45ef9913513248 (patch) | |
| tree | 410e4911c9e9b32b4c8520e29be72e05a086d476 /src/fcp.c | |
| parent | revert kernel protocol version (diff) | |
reorganize and update documentation; fix compiler warning
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@144 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/fcp.c')
| -rw-r--r-- | src/fcp.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -54,24 +54,11 @@ static int do_fcp_listen(struct raw1394_handle *handle, int startstop) } -/** - * raw1394_start_fcp_listen - enable reception of FCP events - * - * Enables the reception of FCP events (writes to the FCP_COMMAND or - * FCP_RESPONSE address ranges) on @handle. FCP requests are then passed to the - * callback specified with raw1394_set_fcp_handler(). - **/ int raw1394_start_fcp_listen(struct raw1394_handle *handle) { return do_fcp_listen(handle, 1); } -/** - * raw1394_stop_fcp_listen - disable reception of FCP events - * - * Stops the reception of FCP events (writes to the FCP_COMMAND or - * FCP_RESPONSE address ranges) on @handle. - **/ int raw1394_stop_fcp_listen(struct raw1394_handle *handle) { return do_fcp_listen(handle, 0); |
