Changeset 22d990c in mainline for uspace/lib/c/include/ipc/taskman.h


Ignore:
Timestamp:
2020-01-11T00:36:26Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/taskman.h

    r8a74512 r22d990c  
    3939
    4040typedef enum {
     41        TASKMAN_NEW_TASK = IPC_FIRST_USER_METHOD,
     42        TASKMAN_CONNECT_TO_NS,
     43        TASKMAN_CONNECT_TO_LOADER
     44} taskman_connection_t;
     45
     46typedef enum {
    4147        TASKMAN_WAIT = IPC_FIRST_USER_METHOD,
    4248        TASKMAN_RETVAL,
    4349        TASKMAN_EVENT_CALLBACK,
    44         TASKMAN_NEW_TASK,
    45 
    4650        TASKMAN_I_AM_NS,
    47         TASKMAN_I_AM_LOADER,
    48 
    49         TASKMAN_CONNECT_TO_NS,
    50         TASKMAN_CONNECT_TO_LOADER
     51        TASKMAN_I_AM_LOADER
    5152} taskman_request_t;
    5253
Note: See TracChangeset for help on using the changeset viewer.