Subversion Repositories HelenOS

Rev

Rev 2964 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2964 Rev 2965
Line 43... Line 43...
43
 * arguments, environment etc.
43
 * arguments, environment etc.
44
 */
44
 */
45
typedef struct {
45
typedef struct {
46
    /** Program entry point */
46
    /** Program entry point */
47
    entry_point_t entry;
47
    entry_point_t entry;
-
 
48
 
-
 
49
    /** Pointer to ELF dynamic section of the program */
-
 
50
    void *dynamic;
48
} pcb_t;
51
} pcb_t;
49
 
52
 
50
#endif
53
#endif
51
 
54
 
52
/**
55
/**