.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FCS_COMPUTE10" "" "06 October 2005" "" "" .SH NAME fcs_compute10 \- memcpy and calculate 10 bit CRC across buffer .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp __u16 __inline__ fcs_compute10 (unsigned char * \fIsp\fB, int \fIlen\fB, __u16 \fIfcs\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsp\fB\fR pointer to buffer .TP \fB\fIlen\fB\fR number of bytes .TP \fB\fIfcs\fB\fR starting FCS .SH "DESCRIPTION" .PP Perform a memcpy and calculate fcs using ppp 10bit CRC algorithm. Return new 10 bit FCS.