Changeset b7fd2a0 in mainline for uspace/drv/intctl/icp-ic/icp-ic.h
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- 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
r36f0738 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.
