Changeset 203 for soft/giet_vm/sys/sys_handler.c
- Timestamp:
- Aug 13, 2012, 10:52:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/sys_handler.c
r199 r203 5 5 // Copyright (c) UPMC-LIP6 6 6 /////////////////////////////////////////////////////////////////////////////////// 7 // The sys_handler.c and sys_handler.h files are part of the GIET nano-kernel.7 // The sys_handler.c and sys_handler.h files are part of the GIET-VM nano-kernel. 8 8 // It define the syscall_vector[] (at the end of this file), as well as the 9 9 // associated syscall handlers that are not related to peripherals. … … 26 26 &_tty_write, /* 0x02 */ 27 27 &_tty_read, /* 0x03 */ 28 &_timer_ write, /* 0x04 */29 &_timer_ read, /* 0x05 */28 &_timer_start, /* 0x04 */ 29 &_timer_stop, /* 0x05 */ 30 30 &_gcd_write, /* 0x06 */ 31 31 &_gcd_read, /* 0x07 */
Note: See TracChangeset
for help on using the changeset viewer.