Rev 3148 | Rev 3448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3148 | Rev 3174 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
39 | 39 | ||
40 | typedef enum { |
40 | typedef enum { |
41 | LOADER_HELLO = IPC_FIRST_USER_METHOD, |
41 | LOADER_HELLO = IPC_FIRST_USER_METHOD, |
42 | LOADER_SET_PATHNAME, |
42 | LOADER_SET_PATHNAME, |
- | 43 | LOADER_SET_ARGS, |
|
43 | LOADER_RUN |
44 | LOADER_RUN |
44 | } fb_request_t; |
45 | } fb_request_t; |
45 | 46 | ||
46 | #endif |
47 | #endif |
47 | 48 |