Rev 2504 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2504 | Rev 3068 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_AVLTREE_H_ |
35 | #ifndef KERN_AVLTREE_H_ |
| 36 | #define KERN_AVLTREE_H_ |
36 | #define KERN_AVLTREE_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| - | 39 | #include <typedefs.h> |
|
| 39 | 40 | ||
| 40 | /** |
41 | /** |
| 41 | * Macro for getting a pointer to the structure which contains the avltree |
42 | * Macro for getting a pointer to the structure which contains the avltree |
| 42 | * structure. |
43 | * structure. |
| 43 | * |
44 | * |