Changeset dc747e3 in mainline for generic/include/console/chardev.h
- Timestamp:
- 2005-12-15T10:27:59Z (20 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/chardev.h
r3fc03fd rdc747e3 53 53 54 54 waitq_t wq; 55 spinlock_t lock; /**< Protects everything below. */55 SPINLOCK_DECLARE(lock); /**< Protects everything below. */ 56 56 __u8 buffer[CHARDEV_BUFLEN]; 57 57 count_t counter;
Note:
See TracChangeset
for help on using the changeset viewer.