Rev 601 | Rev 623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 601 | Rev 609 | ||
|---|---|---|---|
| Line 66... | Line 66... | ||
| 66 | 66 | ||
| 67 | extern spinlock_t cmd_lock; |
67 | extern spinlock_t cmd_lock; |
| 68 | extern link_t cmd_head; |
68 | extern link_t cmd_head; |
| 69 | 69 | ||
| 70 | extern void kconsole_init(void); |
70 | extern void kconsole_init(void); |
| 71 | extern void kconsole(void *arg); |
71 | extern void kconsole(void *prompt); |
| 72 | 72 | ||
| 73 | extern int cmd_register(cmd_info_t *cmd); |
73 | extern int cmd_register(cmd_info_t *cmd); |
| 74 | 74 | ||
| 75 | #endif |
75 | #endif |