FOC/L4RE: Upstream revision 79
This commit is contained in:
@@ -189,56 +189,4 @@ L4_INLINE void outdec(l4_mword_t number)
|
||||
__kdebug_op_1(L4_KDEBUG_OUTDEC, number);
|
||||
}
|
||||
|
||||
L4_INLINE int l4kd_inchar(void)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Show message with L4 kernel debugger, but do not enter debugger
|
||||
* \ingroup l4_debugger_api
|
||||
* \hideinitializer
|
||||
*
|
||||
* \param text Text to be shown
|
||||
*/
|
||||
L4_INLINE void kd_display(char const *text)
|
||||
{ outstring(text); }
|
||||
|
||||
L4_INLINE void ko(char c)
|
||||
{
|
||||
outchar(c);
|
||||
}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_profile_start(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_profile_stop_and_dump(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_profile_stop(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_watchdog_enable(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_watchdog_takeover(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_watchdog_giveback(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_watchdog_touch(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
L4_INLINE void
|
||||
fiasco_watchdog_disable(void) L4_NOTHROW
|
||||
{}
|
||||
|
||||
#endif //__KDEBUG_H__
|
||||
|
||||
Reference in New Issue
Block a user