Changeset 1433ecda in mainline for kernel/generic/include/console/kconsole.h
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/kconsole.h
r47b2d7e3 r1433ecda 81 81 const char *description; 82 82 /** Function implementing the command. */ 83 int (* 83 int (*func)(cmd_arg_t *); 84 84 /** Number of arguments. */ 85 85 size_t argc; … … 87 87 cmd_arg_t *argv; 88 88 /** Function for printing detailed help. */ 89 void (* 89 void (*help)(void); 90 90 /** Function for enumerating hints for arguments. */ 91 91 hints_enum_func_t hints_enum;
Note:
See TracChangeset
for help on using the changeset viewer.