Changeset e9d15d9 in mainline for uspace/lib/c/include/ipc/irq.h
- Timestamp:
- 2017-08-18T21:15:26Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24abb85d
- Parents:
- 1c85bae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/irq.h
r1c85bae re9d15d9 40 40 41 41 extern int ipc_irq_subscribe(int, int, sysarg_t, const irq_code_t *); 42 extern int ipc_irq_unsubscribe(int , int);42 extern int ipc_irq_unsubscribe(int); 43 43 44 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.