1BITMAP_COPY_LE(9) Basic Kernel Library Functions BITMAP_COPY_LE(9)
23
4
NAME
6bitmap_copy_le - copy a bitmap, putting the bits into little-endian
7order.
8
SYNOPSIS
10void bitmap_copy_le(void * dst, const unsigned long * src, int nbits);
11
ARGUMENTS
13dst
14destination buffer
1516
src
17bitmap to copy
1819
nbits
20number of bits in the bitmap
21
DESCRIPTION
23Require nbits % BITS_PER_LONG == 0.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 BITMAP_COPY_LE(9)