Rev 4055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4055 | Rev 4537 | ||
---|---|---|---|
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 |