.\" 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 "SWAP_BUF_LE16" "9" "09 October 2005" "" ""
.SH NAME
swap_buf_le16 \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void swap_buf_le16 (u16 * \fIbuf\fB, unsigned int \fIbuf_words\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbuf\fB\fR
Buffer to swap
.TP
\fB\fIbuf_words\fB\fR
Number of 16-bit words in buffer.
.SH "DESCRIPTION"
.PP
Swap halves of 16-bit words if needed to convert from
little-endian byte order to native cpu byte order, or
vice-versa.