Name

bitmap_copy_le — copy a bitmap, putting the bits into little-endian order.

Synopsis

void bitmap_copy_le (void * dst, const unsigned long * src, int nbits);

Arguments

dst

destination buffer

src

bitmap to copy

nbits

number of bits in the bitmap

Description

Require nbits % BITS_PER_LONG == 0.