Changeset 83c439c in mainline for uspace/drv/uhci-hcd/transfer_list.h
- Timestamp:
- 2011-02-12T02:12:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2806cd2
- Parents:
- 7dd3318
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/transfer_list.h
r7dd3318 r83c439c 37 37 #include "uhci_struct/queue_head.h" 38 38 39 #include " tracker.h"39 #include "batch.h" 40 40 41 41 typedef struct transfer_list … … 45 45 struct transfer_list *next; 46 46 const char *name; 47 link_t tracker_list;47 link_t batch_list; 48 48 } transfer_list_t; 49 49 … … 60 60 void transfer_list_check(transfer_list_t *instance); 61 61 62 void transfer_list_add_ tracker(transfer_list_t *instance, tracker_t *tracker);62 void transfer_list_add_batch(transfer_list_t *instance, batch_t *batch); 63 63 #endif 64 64 /**
Note:
See TracChangeset
for help on using the changeset viewer.