Ignore:
File:
1 edited

Legend:

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

    r98000fb r96b02eb9  
    4747        ARG_TYPE_INT,
    4848        ARG_TYPE_STRING,
     49        /** Optional string */
     50        ARG_TYPE_STRING_OPTIONAL,
    4951        /** Variable type - either symbol or string. */
    5052        ARG_TYPE_VAR
     
    6062        size_t len;
    6163        /** Integer value. */
    62         unative_t intval;
     64        sysarg_t intval;
    6365        /** Resulting type of variable arg */
    6466        cmd_arg_type_t vartype;
     
    9496extern void kconsole_notify_init(void);
    9597extern bool kconsole_check_poll(void);
    96 extern void kconsole(char *prompt, char *msg, bool kcon);
     98extern void kconsole(const char *prompt, const char *msg, bool kcon);
    9799extern void kconsole_thread(void *data);
    98100
Note: See TracChangeset for help on using the changeset viewer.