Changeset 5a6cc679 in mainline for uspace/drv/intctl/icp-ic/icp-ic.h
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/drv/intctl/icp-ic/icp-ic.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/icp-ic/icp-ic.h
r132ab5d1 r5a6cc679 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.
