Changeset 04803bf in mainline for kernel/generic/include/console/kconsole.h
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/generic/include/console/kconsole.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/kconsole.h
rb50b5af2 r04803bf 47 47 ARG_TYPE_INT, 48 48 ARG_TYPE_STRING, 49 /** Optional string */ 50 ARG_TYPE_STRING_OPTIONAL, 49 51 /** Variable type - either symbol or string. */ 50 52 ARG_TYPE_VAR … … 60 62 size_t len; 61 63 /** Integer value. */ 62 unative_t intval;64 sysarg_t intval; 63 65 /** Resulting type of variable arg */ 64 66 cmd_arg_type_t vartype; … … 94 96 extern void kconsole_notify_init(void); 95 97 extern bool kconsole_check_poll(void); 96 extern void kconsole(c har *prompt,char *msg, bool kcon);98 extern void kconsole(const char *prompt, const char *msg, bool kcon); 97 99 extern void kconsole_thread(void *data); 98 100
Note:
See TracChangeset
for help on using the changeset viewer.
