Changeset c47e1a8 in mainline for kernel/generic/include/syscall/syscall.h
- Timestamp:
- 2010-05-21T07:50:04Z (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/syscall/syscall.h
rcf8cc36 rc47e1a8 71 71 SYS_IPC_REGISTER_IRQ, 72 72 SYS_IPC_UNREGISTER_IRQ, 73 73 74 74 SYS_EVENT_SUBSCRIBE, 75 75 … … 83 83 SYS_INTERRUPT_ENABLE, 84 84 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, 87 89 88 90 SYS_DEBUG_ENABLE_CONSOLE, 89 91 SYS_DEBUG_DISABLE_CONSOLE, 92 90 93 SYS_IPC_CONNECT_KBOX, 91 94 SYSCALL_END … … 94 97 #ifdef KERNEL 95 98 96 #include < arch/types.h>99 #include <typedefs.h> 97 100 98 101 typedef unative_t (*syshandler_t)(unative_t, unative_t, unative_t, unative_t,
Note:
See TracChangeset
for help on using the changeset viewer.