Changes in kernel/generic/include/console/kconsole.h [96b02eb9:98000fb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/kconsole.h
r96b02eb9 r98000fb 47 47 ARG_TYPE_INT, 48 48 ARG_TYPE_STRING, 49 /** Optional string */50 ARG_TYPE_STRING_OPTIONAL,51 49 /** Variable type - either symbol or string. */ 52 50 ARG_TYPE_VAR … … 62 60 size_t len; 63 61 /** Integer value. */ 64 sysarg_t intval;62 unative_t intval; 65 63 /** Resulting type of variable arg */ 66 64 cmd_arg_type_t vartype; … … 96 94 extern void kconsole_notify_init(void); 97 95 extern bool kconsole_check_poll(void); 98 extern void kconsole(c onst char *prompt, constchar *msg, bool kcon);96 extern void kconsole(char *prompt, char *msg, bool kcon); 99 97 extern void kconsole_thread(void *data); 100 98
Note:
See TracChangeset
for help on using the changeset viewer.