Changeset 91c78c9 in mainline for generic/include/console/kconsole.h
- Timestamp:
- 2005-12-10T16:02:39Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adb2ebf8
- Parents:
- 5bb20ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/console/kconsole.h
r5bb20ec r91c78c9 37 37 ARG_TYPE_INVALID = 0, 38 38 ARG_TYPE_INT, 39 ARG_TYPE_STRING 39 ARG_TYPE_STRING, 40 ARG_TYPE_VAR /**< Variable type - either symbol or string */ 40 41 }; 41 42 … … 46 47 size_t len; /**< Size of the buffer. */ 47 48 __native intval; /**< Integer value */ 49 cmd_arg_type_t vartype; /**< Resulting type of variable arg */ 48 50 }; 49 51
Note:
See TracChangeset
for help on using the changeset viewer.