Changeset b9d910f in mainline for uspace/drv/uhci-hcd/uhci.h
- Timestamp:
- 2011-02-19T23:02:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb78ae72
- Parents:
- 6edc69a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.h
r6edc69a rb9d910f 93 93 transfer_list_t *transfers[2][4]; 94 94 95 irq_code_t interrupt_code; 96 95 97 fid_t cleaner; 96 98 fid_t debug_checker; … … 100 102 int uhci_init(uhci_t *instance, void *regs, size_t reg_size); 101 103 102 int uhci_fini(uhci_t *device);104 static inline void uhci_fini(uhci_t *instance) {}; 103 105 104 106 int uhci_transfer( … … 122 124 { return (uhci_t*)dev->driver_data; } 123 125 126 124 127 #endif 125 128 /**
Note:
See TracChangeset
for help on using the changeset viewer.