bitmap_copy_le (9) - Linux Manuals
bitmap_copy_le: copy a bitmap, putting the bits into little-endian order.
NAME
bitmap_copy_le - copy a bitmap, putting the bits into little-endian order.
SYNOPSIS
-
void bitmap_copy_le(unsigned long
* dst, const unsigned long* src, unsigned intnbits);
ARGUMENTS
dst
-
- destination buffer
src
- bitmap to copy
nbits
- number of bits in the bitmap
DESCRIPTION
Require nbits % BITS_PER_LONG == 0.
COPYRIGHT