Changeset b72efe8 in mainline for uspace/lib/drv/include/ddf/interrupt.h
- Timestamp:
- 2011-06-19T14:38:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74464e8
- Parents:
- 1d1bb0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ddf/interrupt.h
r1d1bb0f rb72efe8 60 60 typedef struct interrupt_context_list { 61 61 int curr_id; 62 li nk_t contexts;62 list_t contexts; 63 63 fibril_mutex_t mutex; 64 64 } interrupt_context_list_t;
Note:
See TracChangeset
for help on using the changeset viewer.