Changeset dc747e3 in mainline for generic/include/time/timeout.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/time/timeout.h
r3fc03fd rdc747e3 40 40 41 41 struct timeout { 42 spinlock_t lock;42 SPINLOCK_DECLARE(lock); 43 43 44 44 link_t link; /**< Link to the list of active timeouts on THE->cpu */
Note:
See TracChangeset
for help on using the changeset viewer.