Changeset 46577995 in mainline for uspace/drv/intctl/apic/apic.h
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/apic/apic.h
rfacacc71 r46577995 52 52 } apic_t; 53 53 54 extern int apic_add(apic_t *, apic_res_t *);55 extern int apic_remove(apic_t *);56 extern int apic_gone(apic_t *);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 *); 57 57 58 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.