Changeset 7dd2561 in mainline for generic/src/console/kconsole.c
- Timestamp:
- 2005-12-15T15:24:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80d2bdb
- Parents:
- dc747e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/console/kconsole.c
rdc747e3 r7dd2561 67 67 68 68 SPINLOCK_INITIALIZE(cmd_lock); /**< Lock protecting command list. */ 69 link_t cmd_head;/**< Command list. */69 LIST_INITIALIZE(cmd_head); /**< Command list. */ 70 70 71 71 static cmd_info_t *parse_cmdline(char *cmdline, size_t len); … … 77 77 { 78 78 int i; 79 80 list_initialize(&cmd_head);81 79 82 80 cmd_init();
Note:
See TracChangeset
for help on using the changeset viewer.