Changeset ea5f46d in mainline for contrib/arch/uspace/srv/bd/bd.adl
- Timestamp:
- 2009-09-15T16:07:26Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a70672
- Parents:
- 1993f9a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/bd/bd.adl
r1993f9a rea5f46d 1 interface b lock_deviceextends service {1 interface bd extends service { 2 2 /* Establish connection */ 3 3 ipcarg_t ipc_m_connect_me_to(void); … … 18 18 ipcarg_t ipc_m_phone_hungup(void); 19 19 protocol: 20 [b lock_device.bp]20 [bd.bp] 21 21 }; 22 23 architecture bd { 24 inst rd rd; 25 26 [/uspace/lib/libc/subsume%rd] 27 28 delegate bd to rd:bd; 29 30 subsume rd:ns to ns; 31 subsume rd:devmap to devmap; 32 };
Note:
See TracChangeset
for help on using the changeset viewer.