Rev 3469 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3469 | Rev 3470 | ||
---|---|---|---|
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_LOAD, |
|
45 | LOADER_RUN |
46 | LOADER_RUN |
46 | } fb_request_t; |
47 | } fb_request_t; |
47 | 48 | ||
48 | #endif |
49 | #endif |
49 | 50 |