Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/apic/apic.h

    rc212a03 rb7fd2a0  
    5252} apic_t;
    5353
    54 extern int apic_add(apic_t *, apic_res_t *);
    55 extern int apic_remove(apic_t *);
    56 extern int apic_gone(apic_t *);
     54extern errno_t apic_add(apic_t *, apic_res_t *);
     55extern errno_t apic_remove(apic_t *);
     56extern errno_t apic_gone(apic_t *);
    5757
    5858#endif
Note: See TracChangeset for help on using the changeset viewer.