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 41... | Line 41... | ||
41 | #ifndef __ASM__ |
41 | #ifndef __ASM__ |
42 | #ifndef __LINKER__ |
42 | #ifndef __LINKER__ |
43 | 43 | ||
44 | #include <config.h> |
44 | #include <config.h> |
45 | #include <arch/types.h> |
45 | #include <arch/types.h> |
46 | #include <typedefs.h> |
- | |
47 | #include <genarch/ofw/ofw_tree.h> |
46 | #include <genarch/ofw/ofw_tree.h> |
48 | 47 | ||
49 | #define TASKMAP_MAX_RECORDS 32 |
48 | #define TASKMAP_MAX_RECORDS 32 |
50 | #define MEMMAP_MAX_RECORDS 32 |
49 | #define MEMMAP_MAX_RECORDS 32 |
51 | 50 |