Changes in uspace/drv/ehci-hcd/main.c [0d3167e:40a5d40] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ehci-hcd/main.c
r0d3167e r40a5d40 57 57 }; 58 58 /*----------------------------------------------------------------------------*/ 59 /** Initializes a new ddf driver instance of EHCI hcd.60 *61 * @param[in] device DDF instance of the device to initialize.62 * @return Error code.63 */64 59 static int ehci_add_device(ddf_dev_t *device) 65 60 { … … 92 87 } 93 88 /*----------------------------------------------------------------------------*/ 94 /** Initializes global driver structures (NONE).95 *96 * @param[in] argc Nmber of arguments in argv vector (ignored).97 * @param[in] argv Cmdline argument vector (ignored).98 * @return Error code.99 *100 * Driver debug level is set here.101 */102 89 int main(int argc, char *argv[]) 103 90 {
Note:
See TracChangeset
for help on using the changeset viewer.