Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | * This file implements bitmap ADT and provides functions for |
36 | * This file implements bitmap ADT and provides functions for |
37 | * setting and clearing ranges of bits. |
37 | * setting and clearing ranges of bits. |
38 | */ |
38 | */ |
39 | 39 | ||
40 | #include <adt/bitmap.h> |
40 | #include <adt/bitmap.h> |
41 | #include <typedefs.h> |
- | |
42 | #include <arch/types.h> |
41 | #include <arch/types.h> |
43 | #include <align.h> |
42 | #include <align.h> |
44 | #include <debug.h> |
43 | #include <debug.h> |
45 | #include <macros.h> |
44 | #include <macros.h> |
46 | 45 |