Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/icp-ic/icp-ic.h

    rc212a03 rb7fd2a0  
    5353} icpic_t;
    5454
    55 extern int icpic_add(icpic_t *, icpic_res_t *);
    56 extern int icpic_remove(icpic_t *);
    57 extern int icpic_gone(icpic_t *);
     55extern errno_t icpic_add(icpic_t *, icpic_res_t *);
     56extern errno_t icpic_remove(icpic_t *);
     57extern errno_t icpic_gone(icpic_t *);
    5858
    5959#endif
Note: See TracChangeset for help on using the changeset viewer.