Changeset 6fa9a99d in mainline for abi/include/abi/ipc/event.h


Ignore:
Timestamp:
2014-01-05T17:50:01Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91db0280
Parents:
208b5f5
Message:

Rename klog to kio

File:
1 edited

Legend:

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

    r208b5f5 r6fa9a99d  
    3838/** Global events */
    3939typedef enum event_type {
    40         /** New data available in kernel log */
    41         EVENT_KLOG = 0,
     40        /** New data available in kernel character buffer */
     41        EVENT_KIO = 0,
    4242        /** Returning from kernel console to uspace */
    4343        EVENT_KCONSOLE,
Note: See TracChangeset for help on using the changeset viewer.