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 int nbits);
 

Arguments

unsigned long * dst

destination buffer

const unsigned long * src

bitmap to copy

unsigned int nbits

number of bits in the bitmap

Description

Require nbits % BITS_PER_LONG == 0.