Ignore:
Timestamp:
2016-03-08T09:21:14Z (8 years ago)
Author:
Aurelio Colosimo <aurelio@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a363016
Parents:
83b2e73
Message:

tab arguments completion: defined and handled hints_enum callback in cmd_info_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/console/kconsole.h

    r83b2e73 r6a75c134  
    8888        /** Function for printing detailed help. */
    8989        void (* help)(void);
     90        /** Function for enumerating hints for arguments. */
     91        hints_enum_func_t hints_enum;
    9092} cmd_info_t;
    9193
Note: See TracChangeset for help on using the changeset viewer.