Changeset cf7b3e0 in mainline for contrib/arch/uspace/srv/kbd/kbd.adl
- Timestamp:
- 2009-09-16T22:46:58Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 51d4040
- Parents:
- 57688fe2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/kbd/kbd.adl
r57688fe2 rcf7b3e0 1 1 interface kbd extends service { 2 /* Establish connection */3 ipcarg_t ipc_m_connect_me_to(void);4 5 2 /* Callback connection */ 6 3 ipcarg_t ipc_m_connect_to_me(void); … … 11 8 /* Reclaim hardware */ 12 9 ipcarg_t reclaim(void); 13 14 /* Close connection */15 ipcarg_t ipc_m_phone_hungup(void);16 10 protocol: 17 11 [kbd.bp] … … 33 27 ns ns; 34 28 protocol: 35 [/uspace/lib/libc/protocol] +29 [/uspace/lib/libc/protocol] | 36 30 [kbd_server.bp] 37 31 };
Note:
See TracChangeset
for help on using the changeset viewer.