Changeset 15d0046 in mainline for abi/include/abi/syscall.h


Ignore:
Timestamp:
2014-09-12T13:22:33Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b20126
Parents:
8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/syscall.h

    r8db09e4 r15d0046  
    7474        SYS_IPC_CONNECT_KBOX,
    7575       
    76         SYS_EVENT_SUBSCRIBE,
    77         SYS_EVENT_UNMASK,
     76        SYS_IPC_EVENT_SUBSCRIBE,
     77        SYS_IPC_EVENT_UNSUBSCRIBE,
     78        SYS_IPC_EVENT_UNMASK,
    7879       
    7980        SYS_CAP_GRANT,
     
    8788        SYS_IOSPACE_ENABLE,
    8889        SYS_IOSPACE_DISABLE,
    89         SYS_IRQ_REGISTER,
    90         SYS_IRQ_UNREGISTER,
     90       
     91        SYS_IPC_IRQ_SUBSCRIBE,
     92        SYS_IPC_IRQ_UNSUBSCRIBE,
    9193       
    9294        SYS_SYSINFO_GET_KEYS_SIZE,
     
    9799        SYS_SYSINFO_GET_DATA,
    98100       
    99         SYS_DEBUG_ACTIVATE_CONSOLE,
     101        SYS_DEBUG_CONSOLE,
    100102       
    101103        SYS_KLOG,
Note: See TracChangeset for help on using the changeset viewer.