Changeset 59e4864 in mainline for boot/arch/ia64/loader/main.h
- Timestamp:
- 2008-11-11T08:00:42Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3c4a26
- Parents:
- a2a5529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/main.h
ra2a5529 r59e4864 30 30 #define BOOT_ia64_MAIN_H_ 31 31 32 #include <ofw.h>33 #include <ofw_tree.h>34 32 #include <types.h> 33 #include <../../../../kernel/arch/ia64/include/bootinfo.h> 35 34 36 35 37 36 #define CONFIG_INIT_TASKS 32 38 37 39 typedef struct {40 void *addr;41 size_t size;42 } init_task_t;43 44 typedef struct {45 count_t count;46 init_task_t tasks[CONFIG_INIT_TASKS];47 } init_t;48 38 49 typedef struct {50 init_t taskmap;51 } bootinfo_t;52 53 extern bootinfo_t bootinfo;54 39 55 40 extern void start(void);
Note:
See TracChangeset
for help on using the changeset viewer.