Changeset 5c9a08b in mainline for generic/src/synch/waitq.c
- Timestamp:
- 2006-02-05T18:07:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e1ea655
- Parents:
- 266294a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/synch/waitq.c
r266294a9 r5c9a08b 38 38 #include <arch.h> 39 39 #include <context.h> 40 #include < list.h>40 #include <adt/list.h> 41 41 42 42 /** Initialize wait queue
Note:
See TracChangeset
for help on using the changeset viewer.