Changes in kernel/generic/include/console/kconsole.h [3266412:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified kernel/generic/include/console/kconsole.h ¶
r3266412 r9d58539 43 43 #define KCONSOLE_HISTORY 10 44 44 45 /** Callback to be used to enum hints for cmd tab completion. */46 typedef const char *(*hints_enum_func_t)(const char *, const char **, void **);47 48 45 typedef enum { 49 46 ARG_TYPE_INVALID = 0, … … 88 85 /** Function for printing detailed help. */ 89 86 void (* help)(void); 90 /** Function for enumerating hints for arguments. */91 hints_enum_func_t hints_enum;92 87 } cmd_info_t; 93 88 … … 105 100 106 101 extern bool cmd_register(cmd_info_t *cmd); 107 extern const char *cmdtab_enum(const char *name, const char **h, void **ctx);108 102 109 103 #endif
Note:
See TracChangeset
for help on using the changeset viewer.