Changeset e731b0d in mainline for kernel/arch/ppc32/include/boot/boot.h
- Timestamp:
- 2009-08-20T16:58:55Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9c7425
- Parents:
- a11099f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/boot/boot.h
ra11099f re731b0d 41 41 #define TEMP_STACK_SIZE 0x1000 42 42 43 #define TASKMAP_MAX_RECORDS 32 44 #define MEMMAP_MAX_RECORDS 32 43 #define TASKMAP_MAX_RECORDS 32 44 #define MEMMAP_MAX_RECORDS 32 45 #define BOOTINFO_TASK_NAME_BUFLEN 32 45 46 46 47 #ifndef __ASM__ 47 48 48 #define BOOTINFO_TASK_NAME_BUFLEN 3249 50 49 #include <arch/types.h> 50 #include <config.h> 51 #include <genarch/ofw/ofw_tree.h> 51 52 52 53 typedef struct { … … 73 74 74 75 typedef struct { 75 uintptr_t addr;76 unsigned int width;77 unsigned int height;78 unsigned int bpp;79 unsigned int scanline;80 } screen_t;81 82 typedef struct {83 uintptr_t addr;84 unsigned int size;85 } macio_t;86 87 typedef struct {88 76 memmap_t memmap; 89 77 taskmap_t taskmap; 90 screen_t screen;91 macio_t macio;78 ballocs_t ballocs; 79 ofw_tree_node_t *ofw_root; 92 80 } bootinfo_t; 93 81
Note:
See TracChangeset
for help on using the changeset viewer.