Changeset e692a27 in mainline for arch/ppc32/include/boot/boot.h
- Timestamp:
- 2006-04-22T22:35:37Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf85e24c
- Parents:
- c118940
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/boot/boot.h
rc118940 re692a27 42 42 43 43 typedef struct { 44 __address addr; 45 __u32 size; 46 } utask_t; 47 48 typedef struct { 44 49 __address start; 45 50 __u32 size; … … 61 66 62 67 typedef struct { 68 utask_t init; 63 69 memmap_t memmap; 64 70 screen_t screen;
Note:
See TracChangeset
for help on using the changeset viewer.