Changeset f817d3a in mainline for kernel/arch/ppc32/include
- Timestamp:
- 2009-01-29T17:24:35Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 43d6401
- Parents:
- 26c67a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/boot/boot.h
r26c67a8 rf817d3a 80 80 uintptr_t addr; 81 81 unsigned int size; 82 } keyboard_t;82 } macio_t; 83 83 84 84 typedef struct { … … 86 86 taskmap_t taskmap; 87 87 screen_t screen; 88 keyboard_t keyboard;88 macio_t macio; 89 89 } bootinfo_t; 90 90
Note:
See TracChangeset
for help on using the changeset viewer.