]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/bitmap.h
bitmap: add bitmap_copy_le()
[linux-2.6-omap-h63xx.git] / include / linux / bitmap.h
index 89781fd48859bb957bbaafabce4c87ad0affd2a0..5379913aca52c8a40ca30f5f8a523dca5b495582 100644 (file)
@@ -130,6 +130,7 @@ extern void bitmap_fold(unsigned long *dst, const unsigned long *orig,
 extern int bitmap_find_free_region(unsigned long *bitmap, int bits, int order);
 extern void bitmap_release_region(unsigned long *bitmap, int pos, int order);
 extern int bitmap_allocate_region(unsigned long *bitmap, int pos, int order);
+extern void bitmap_copy_le(void *dst, const unsigned long *src, int nbits);
 
 #define BITMAP_LAST_WORD_MASK(nbits)                                   \
 (                                                                      \