Ignore:
File:
1 edited

Legend:

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

    r96b02eb9 r98000fb  
    4747        ARG_TYPE_INT,
    4848        ARG_TYPE_STRING,
    49         /** Optional string */
    50         ARG_TYPE_STRING_OPTIONAL,
    5149        /** Variable type - either symbol or string. */
    5250        ARG_TYPE_VAR
     
    6260        size_t len;
    6361        /** Integer value. */
    64         sysarg_t intval;
     62        unative_t intval;
    6563        /** Resulting type of variable arg */
    6664        cmd_arg_type_t vartype;
     
    9694extern void kconsole_notify_init(void);
    9795extern bool kconsole_check_poll(void);
    98 extern void kconsole(const char *prompt, const char *msg, bool kcon);
     96extern void kconsole(char *prompt, char *msg, bool kcon);
    9997extern void kconsole_thread(void *data);
    10098
Note: See TracChangeset for help on using the changeset viewer.