Rev 3761 | Rev 4217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3761 | Rev 4089 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | SPINLOCK_EXTERN(cmd_lock); |
90 | SPINLOCK_EXTERN(cmd_lock); |
91 | extern link_t cmd_head; |
91 | extern link_t cmd_head; |
92 | 92 | ||
93 | extern void kconsole_init(void); |
93 | extern void kconsole_init(void); |
94 | extern void kconsole_notify_init(void); |
94 | extern void kconsole_notify_init(void); |
- | 95 | extern bool kconsole_check_poll(void); |
|
95 | extern void kconsole(char *prompt, char *msg, bool kcon); |
96 | extern void kconsole(char *prompt, char *msg, bool kcon); |
96 | extern void kconsole_thread(void *data); |
97 | extern void kconsole_thread(void *data); |
97 | 98 | ||
98 | extern int cmd_register(cmd_info_t *cmd); |
99 | extern int cmd_register(cmd_info_t *cmd); |
99 | 100 |