Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/sun4v-con/sun4v-con.h

    r59953b57 rb7fd2a0  
    6262} sun4v_con_t;
    6363
    64 extern int sun4v_con_add(sun4v_con_t *, sun4v_con_res_t *);
    65 extern int sun4v_con_remove(sun4v_con_t *);
    66 extern int sun4v_con_gone(sun4v_con_t *);
     64extern errno_t sun4v_con_add(sun4v_con_t *, sun4v_con_res_t *);
     65extern errno_t sun4v_con_remove(sun4v_con_t *);
     66extern errno_t sun4v_con_gone(sun4v_con_t *);
    6767
    6868#endif
Note: See TracChangeset for help on using the changeset viewer.