Changes in uspace/drv/intctl/icp-ic/icp-ic.h [c212a03:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/icp-ic/icp-ic.h
rc212a03 rb7fd2a0 53 53 } icpic_t; 54 54 55 extern int icpic_add(icpic_t *, icpic_res_t *);56 extern int icpic_remove(icpic_t *);57 extern int icpic_gone(icpic_t *);55 extern errno_t icpic_add(icpic_t *, icpic_res_t *); 56 extern errno_t icpic_remove(icpic_t *); 57 extern errno_t icpic_gone(icpic_t *); 58 58 59 59 #endif
Note:
See TracChangeset
for help on using the changeset viewer.