Subversion Repositories HelenOS

Rev

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

Rev 3174 Rev 3448
Line 37... Line 37...
37
 
37
 
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_GET_TASKID,
42
    LOADER_SET_PATHNAME,
43
    LOADER_SET_PATHNAME,
43
    LOADER_SET_ARGS,
44
    LOADER_SET_ARGS,
44
    LOADER_RUN
45
    LOADER_RUN
45
} fb_request_t;
46
} fb_request_t;
46
 
47