Changeset 3de8b81b in mainline for boot/arch/ppc64/loader/main.h
- Timestamp:
- 2006-07-17T00:22:27Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41c4444
- Parents:
- fcf907e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc64/loader/main.h
rfcf907e r3de8b81b 30 30 #define BOOT_ppc64_MAIN_H_ 31 31 32 #include <ofw.h>32 #include "ofw.h" 33 33 34 34 #define TASKMAP_MAX_RECORDS 32 … … 40 40 41 41 typedef struct { 42 unsigned intcount;42 unsigned long count; 43 43 task_t tasks[TASKMAP_MAX_RECORDS]; 44 44 } taskmap_t; 45 45 46 46 typedef struct { 47 memmap_t memmap; 47 48 taskmap_t taskmap; 48 memmap_t memmap;49 49 screen_t screen; 50 keyboard_t keyboard; 50 51 } bootinfo_t; 51 52
Note:
See TracChangeset
for help on using the changeset viewer.