Changeset f7734012 in mainline for kernel/arch/sparc64/include/boot/boot.h
- Timestamp:
- 2009-03-05T19:32:36Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d360758
- Parents:
- 46db10e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/boot/boot.h
r46db10e9 rf7734012 49 49 #define MEMMAP_MAX_RECORDS 32 50 50 51 #define BOOTINFO_TASK_NAME_BUFLEN 32 52 51 53 typedef struct { 52 54 void * addr; 53 55 uint32_t size; 56 char name[BOOTINFO_TASK_NAME_BUFLEN]; 54 57 } utask_t; 55 58
Note:
See TracChangeset
for help on using the changeset viewer.