--- zzzz-none-000/linux-2.4.17/arch/mips/kernel/syscalls.h 2001-10-08 17:39:18.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/arch/mips/kernel/syscalls.h 2004-11-24 13:22:35.000000000 +0000 @@ -235,3 +235,18 @@ SYS(sys_madvise, 3) SYS(sys_getdents64, 3) SYS(sys_fcntl64, 3) /* 4220 */ +SYS(sys_timer_create, 3) +SYS(sys_timer_settime, 4) +SYS(sys_timer_gettime, 2) +SYS(sys_timer_getoverrun, 1) +SYS(sys_timer_delete, 1) /* 4225 */ +SYS(sys_clock_settime, 2) +SYS(sys_clock_gettime, 2) +SYS(sys_clock_getres, 2) +SYS(sys_clock_nanosleep, 4) +#ifdef CONFIG_TI_CUSTOM_SYS_CALLS +SYS(sys_ti_custom, 3) +#endif +#ifdef CONFIG_NET_SCH_PRIOWRR +SYS(sys_config_voice_qos, 4) +#endif