Changeset 5ab1648 in mainline for kernel/generic/include/ipc


Ignore:
Timestamp:
2009-08-11T15:48:54Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c68a05d
Parents:
5a8fbcb9
Message:

remove obsolete TASK_WAIT notification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/event_types.h

    r5a8fbcb9 r5ab1648  
    3939        EVENT_KLOG = 0,
    4040        EVENT_KCONSOLE,
    41         EVENT_WAIT,
    4241        EVENT_END
    4342} event_type_t;
    44 
    45 typedef enum wait_type {
    46         TASK_CREATE = 0,
    47         TASK_DESTROY
    48 } wait_type_t;
    4943
    5044#endif
Note: See TracChangeset for help on using the changeset viewer.