bitmap.h File Reference

Include dependency graph for bitmap.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bitmap_t

Defines

#define BITS2BYTES(bits)   (bits ? ((((bits)-1)>>3)+1) : 0)

Functions

void bitmap_initialize (bitmap_t *bitmap, __u8 *map, count_t bits)
void bitmap_set_range (bitmap_t *bitmap, index_t start, count_t bits)
void bitmap_clear_range (bitmap_t *bitmap, index_t start, count_t bits)
void bitmap_copy (bitmap_t *dst, bitmap_t *src, count_t bits)


Detailed Description

Definition in file bitmap.h.


Generated on Sun Jun 18 17:37:43 2006 for HelenOS Kernel (sparc64) by  doxygen 1.4.6