Changeset 07cb0108 in mainline for uspace/lib/c/include
- Timestamp:
- 2017-10-08T20:55:13Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b08941d
- Parents:
- 53a309e
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/irc.h
r53a309e r07cb0108 40 40 typedef enum { 41 41 IRC_ENABLE_INTERRUPT = IPC_FIRST_USER_METHOD, 42 IRC_DISABLE_INTERRUPT, 42 43 IRC_CLEAR_INTERRUPT 43 44 } irc_request_t; -
uspace/lib/c/include/irc.h
r53a309e r07cb0108 38 38 extern int irc_enable_interrupt(int); 39 39 extern int irc_disable_interrupt(int); 40 extern int irc_clear_interrupt(int); 40 41 41 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
