Changeset 985e26d2 in mainline for contrib/arch/uspace/srv/ns/ns.adl
- Timestamp:
- 2010-01-07T19:06:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8190e63
- Parents:
- 743e17b (diff), eca2435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/ns/ns.adl
r743e17b r985e26d2 1 interface n aming_service{1 interface ns { 2 2 /* Register a clonable service or a generic service */ 3 3 ipcarg_t ipc_m_connect_to_me(in ipcarg_t service); … … 24 24 ipcarg_t ipc_m_phone_hungup(void); 25 25 protocol: 26 [n aming_service.bp]26 [ns.bp] 27 27 }; 28 28 29 29 frame ns { 30 30 provides: 31 n aming_servicens;31 ns ns; 32 32 requires: 33 33 [/uspace/lib/libc/requires] 34 kbd kbd; 35 fb fb; 36 console console; 37 vfs vfs; 38 devmap_driver devmap_driver; 39 devmap_client devmap_client; 40 loader loader; 34 41 protocol: 35 42 [/uspace/lib/libc/protocol]
Note:
See TracChangeset
for help on using the changeset viewer.