Changeset 91db0280 in mainline for abi/include/abi/ipc/event.h


Ignore:
Timestamp:
2014-01-05T19:59:56Z (10 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
927cd9c
Parents:
6fa9a99d
Message:

Cherrypick kernel logging facility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/ipc/event.h

    r6fa9a99d r91db0280  
    4444        /** A task/thread has faulted and will be terminated */
    4545        EVENT_FAULT,
     46        /** New data available in kernel log */
     47        EVENT_KLOG,
    4648        EVENT_END
    4749} event_type_t;
Note: See TracChangeset for help on using the changeset viewer.