Ignore:
Timestamp:
2009-03-05T19:32:36Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3d360758
Parents:
46db10e9
Message:

Init-task names for sparc64 (that's the final one, whew).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/boot/boot.h

    r46db10e9 rf7734012  
    4949#define MEMMAP_MAX_RECORDS      32
    5050
     51#define BOOTINFO_TASK_NAME_BUFLEN 32
     52
    5153typedef struct {
    5254        void * addr;
    5355        uint32_t size;
     56        char name[BOOTINFO_TASK_NAME_BUFLEN];
    5457} utask_t;
    5558
Note: See TracChangeset for help on using the changeset viewer.