~jakub/helenos/ia64-revival

« back to all changes in this revision

Viewing changes to kernel/generic/include/ipc/event_types.h

  • Committer: Jakub Jermar
  • Date: 2011-04-13 14:45:41 UTC
  • mfrom: (527.1.397 main-clone)
  • Revision ID: jakub@jermar.eu-20110413144541-x0j3r1zxqhsljx1o
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        EVENT_KLOG = 0,
41
41
        /** Returning from kernel console to userspace */
42
42
        EVENT_KCONSOLE,
43
 
        /** A thread has faulted and will be terminated */
 
43
        /** A task/thread has faulted and will be terminated */
44
44
        EVENT_FAULT,
45
45
        EVENT_END
46
46
} event_type_t;