Rev 1702 | Rev 1705 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1704 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | /** @addtogroup genericadt ADT |
29 | /** @addtogroup genericadt ADT |
| 30 | * @ingroup kernel |
30 | * @ingroup kernel |
| 31 | * @{ |
31 | * @{ |
| 32 | */ |
32 | */ |
| 33 | /** |
33 | /** |
| 34 | * @file bitmap.c |
34 | * @file |
| 35 | * @brief Implementation of bitmap ADT. |
35 | * @brief Implementation of bitmap ADT. |
| 36 | * |
36 | * |
| 37 | * This file implements bitmap ADT and provides functions for |
37 | * This file implements bitmap ADT and provides functions for |
| 38 | * setting and clearing ranges of bits. |
38 | * setting and clearing ranges of bits. |
| 39 | */ |
39 | */ |