Changeset 46c20c8 in mainline for kernel/generic/include/syscall/syscall.h
- Timestamp:
- 2010-11-26T20:08:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45df59a
- Parents:
- fb150d78 (diff), ffdd2b9 (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
-
kernel/generic/include/syscall/syscall.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/syscall/syscall.h
rfb150d78 r46c20c8 71 71 SYS_IPC_REGISTER_IRQ, 72 72 SYS_IPC_UNREGISTER_IRQ, 73 73 74 74 SYS_EVENT_SUBSCRIBE, 75 75 … … 80 80 SYS_PHYSMEM_MAP, 81 81 SYS_IOSPACE_ENABLE, 82 SYS_ PREEMPT_CONTROL,82 SYS_INTERRUPT_ENABLE, 83 83 84 SYS_SYSINFO_VALID, 85 SYS_SYSINFO_VALUE, 84 SYS_SYSINFO_GET_TAG, 85 SYS_SYSINFO_GET_VALUE, 86 SYS_SYSINFO_GET_DATA_SIZE, 87 SYS_SYSINFO_GET_DATA, 86 88 87 89 SYS_DEBUG_ENABLE_CONSOLE, 88 90 SYS_DEBUG_DISABLE_CONSOLE, 91 89 92 SYS_IPC_CONNECT_KBOX, 90 93 SYSCALL_END … … 93 96 #ifdef KERNEL 94 97 95 #include < arch/types.h>98 #include <typedefs.h> 96 99 97 100 typedef unative_t (*syshandler_t)(unative_t, unative_t, unative_t, unative_t,
Note:
See TracChangeset
for help on using the changeset viewer.
