Ignore:
Timestamp:
2010-05-21T07:50:04Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d51ee2b
Parents:
cf8cc36 (diff), 15b592b (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 (rev. 451)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/syscall/syscall.h

    rcf8cc36 rc47e1a8  
    7171        SYS_IPC_REGISTER_IRQ,
    7272        SYS_IPC_UNREGISTER_IRQ,
    73 
     73       
    7474        SYS_EVENT_SUBSCRIBE,
    7575       
     
    8383        SYS_INTERRUPT_ENABLE,
    8484       
    85         SYS_SYSINFO_VALID,
    86         SYS_SYSINFO_VALUE,
     85        SYS_SYSINFO_GET_TAG,
     86        SYS_SYSINFO_GET_VALUE,
     87        SYS_SYSINFO_GET_DATA_SIZE,
     88        SYS_SYSINFO_GET_DATA,
    8789       
    8890        SYS_DEBUG_ENABLE_CONSOLE,
    8991        SYS_DEBUG_DISABLE_CONSOLE,
     92       
    9093        SYS_IPC_CONNECT_KBOX,
    9194        SYSCALL_END
     
    9497#ifdef KERNEL
    9598
    96 #include <arch/types.h>
     99#include <typedefs.h>
    97100
    98101typedef unative_t (*syshandler_t)(unative_t, unative_t, unative_t, unative_t,
Note: See TracChangeset for help on using the changeset viewer.