Ignore:
Timestamp:
2010-03-25T10:20:40Z (15 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f773206d
Parents:
63f8966
Message:

ps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/syscall/syscall.c

    r63f8966 r18b5402c  
    5454#include <console/console.h>
    5555#include <udebug/udebug.h>
     56#include <ps/ps.h>
    5657
    5758/** Dispatch system call */
     
    159160        (syshandler_t) sys_debug_enable_console,
    160161        (syshandler_t) sys_debug_disable_console,
     162
     163        /* Ps calls */
     164        (syshandler_t) sys_ps_get_tasks,
     165        (syshandler_t) sys_ps_get_task_info,
     166        (syshandler_t) sys_ps_get_threads,
    161167       
    162168        (syshandler_t) sys_ipc_connect_kbox
Note: See TracChangeset for help on using the changeset viewer.