Changeset 58563585 in mainline for uspace/drv/bus/usb/ehci/main.c
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/main.c
r7a67416 r58563585 27 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 28 */ 29 29 30 /** @addtogroup drvusbehci 30 31 * @{ … … 33 34 * Main routines of EHCI driver. 34 35 */ 36 35 37 #include <ddf/driver.h> 36 38 #include <ddf/interrupt.h> … … 70 72 71 73 72 static int ehci_driver_init(hcd_t *hcd, const hw_res_list_parsed_t *res, bool irq) 74 static int ehci_driver_init(hcd_t *hcd, const hw_res_list_parsed_t *res, 75 bool irq) 73 76 { 74 77 assert(hcd); … … 138 141 return ddf_driver_main(&ehci_driver); 139 142 } 143 140 144 /** 141 145 * @}
Note:
See TracChangeset
for help on using the changeset viewer.