Subversion Repositories HelenOS

Rev

Rev 2805 | Rev 2813 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2805 Rev 2808
Line 163... Line 163...
163
    (syshandler_t) sys_sysinfo_value,
163
    (syshandler_t) sys_sysinfo_value,
164
   
164
   
165
    /* Debug calls */
165
    /* Debug calls */
166
    (syshandler_t) sys_debug_enable_console,
166
    (syshandler_t) sys_debug_enable_console,
167
 
167
 
168
    (syshandler_t) sys_ipc_connect_task
168
    (syshandler_t) sys_ipc_connect_kbox
169
};
169
};
170
 
170
 
171
/** @}
171
/** @}
172
 */
172
 */