Include dependency graph for kconsole.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | cmd_arg |
struct | cmd_info |
Defines | |
#define | MAX_CMDLINE 256 |
#define | KCONSOLE_HISTORY 10 |
Enumerations | |
enum | cmd_arg_type { ARG_TYPE_INVALID = 0, ARG_TYPE_INT, ARG_TYPE_STRING, ARG_TYPE_VAR } |
Functions | |
void | kconsole_init (void) |
void | kconsole (void *prompt) |
int | cmd_register (cmd_info_t *cmd) |
Variables | |
spinlock_t | cmd_lock |
link_t | cmd_head |
Definition in file kconsole.h.