Rev 2787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 3424 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | #ifndef KERN_OFW_TREE_H_ |
29 | #ifndef KERN_OFW_TREE_H_ |
| 30 | #define KERN_OFW_TREE_H_ |
30 | #define KERN_OFW_TREE_H_ |
| 31 | 31 | ||
| 32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
| - | 33 | #include <typedefs.h> |
|
| 33 | 34 | ||
| 34 | #define OFW_TREE_PROPERTY_MAX_NAMELEN 32 |
35 | #define OFW_TREE_PROPERTY_MAX_NAMELEN 32 |
| 35 | 36 | ||
| 36 | typedef struct ofw_tree_node ofw_tree_node_t; |
37 | typedef struct ofw_tree_node ofw_tree_node_t; |
| 37 | typedef struct ofw_tree_property ofw_tree_property_t; |
38 | typedef struct ofw_tree_property ofw_tree_property_t; |