mirror of https://github.com/l4ka/pistachio.git
- Added get_kdebug_tcb() and kdebug_check_interrupt
This commit is contained in:
parent
9bdfc7c014
commit
d7f1832a15
|
@ -67,6 +67,7 @@
|
|||
|
||||
void init_console (void);
|
||||
extern "C" int printf (const char * format, ...);
|
||||
tcb_t *get_kdebug_tcb();
|
||||
|
||||
# define UNIMPLEMENTED() \
|
||||
do { \
|
||||
|
@ -113,7 +114,6 @@ do { \
|
|||
/* From kdb/generic/entry.cc */
|
||||
void kdebug_entry (void *);
|
||||
|
||||
|
||||
#else /* !CONFIG_DEBUG */
|
||||
|
||||
/*
|
||||
|
@ -163,5 +163,7 @@ void kdebug_check_breakin();
|
|||
# define kdebug_check_breakin()
|
||||
# endif /* CONFIG_DEBUG_BREAKIN */
|
||||
|
||||
bool kdebug_check_interrupt();
|
||||
|
||||
|
||||
#endif /* !__DEBUG_H__ */
|
||||
|
|
Loading…
Reference in New Issue