Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/platform/amdm37x/amdm37x.c

    rb7fd2a0 raa537a5a  
    5353
    5454
    55 errno_t amdm37x_init(amdm37x_t *device, bool trace)
     55int amdm37x_init(amdm37x_t *device, bool trace)
    5656{
    5757        assert(device);
    58         errno_t ret = EOK;
     58        int ret = EOK;
    5959
    6060        ret = pio_enable((void*)USBHOST_CM_BASE_ADDRESS, USBHOST_CM_SIZE,
     
    358358 * Select mode than can operate in FS/LS.
    359359 */
    360 errno_t amdm37x_usb_tll_init(amdm37x_t *device)
     360int amdm37x_usb_tll_init(amdm37x_t *device)
    361361{
    362362        /* Check access */
Note: See TracChangeset for help on using the changeset viewer.