Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/adb/cuda_adb/cuda_adb.h

    rc188c62 rb7fd2a0  
    8787} cuda_t;
    8888
    89 extern int cuda_add(cuda_t *, cuda_res_t *);
    90 extern int cuda_remove(cuda_t *);
    91 extern int cuda_gone(cuda_t *);
     89extern errno_t cuda_add(cuda_t *, cuda_res_t *);
     90extern errno_t cuda_remove(cuda_t *);
     91extern errno_t cuda_gone(cuda_t *);
    9292
    9393#endif
Note: See TracChangeset for help on using the changeset viewer.