Ignore:
File:
1 edited

Legend:

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

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