Changes in uspace/drv/intctl/apic/apic.h [b7fd2a0:c212a03] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/apic/apic.h
rb7fd2a0 rc212a03 52 52 } apic_t; 53 53 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 *);54 extern int apic_add(apic_t *, apic_res_t *); 55 extern int apic_remove(apic_t *); 56 extern int apic_gone(apic_t *); 57 57 58 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.