Subversion Repositories HelenOS

Rev

Rev 3675 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3675 Rev 4692
Line 40... Line 40...
40
typedef enum {
40
typedef enum {
41
    LOADER_HELLO = IPC_FIRST_USER_METHOD,
41
    LOADER_HELLO = IPC_FIRST_USER_METHOD,
42
    LOADER_GET_TASKID,
42
    LOADER_GET_TASKID,
43
    LOADER_SET_PATHNAME,
43
    LOADER_SET_PATHNAME,
44
    LOADER_SET_ARGS,
44
    LOADER_SET_ARGS,
-
 
45
    LOADER_SET_FILES,
45
    LOADER_LOAD,
46
    LOADER_LOAD,
46
    LOADER_RUN
47
    LOADER_RUN
47
} loader_request_t;
48
} loader_request_t;
48
 
49
 
49
#endif
50
#endif