#include SYSCALL_DEFINE1(req_timer)(vm_t ticks) { /* TODO */ return 0; } SYSCALL_DEFINE1(free_timer)(vm_t cid) { /* TODO */ return 0; }