Changeset dc747e3 in mainline for generic/include/console/kconsole.h
- Timestamp:
- 2005-12-15T10:27:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/console/kconsole.h
r3fc03fd rdc747e3 56 56 struct cmd_info { 57 57 link_t link; /**< Command list link. */ 58 spinlock_t lock; /**< This lock protects everything below. */58 SPINLOCK_DECLARE(lock); /**< This lock protects everything below. */ 59 59 const char *name; /**< Command name. */ 60 60 const char *description; /**< Textual description. */
Note:
See TracChangeset
for help on using the changeset viewer.