Changeset 854c564 in mainline for uspace/srv/rd/rd.c
- Timestamp:
- 2009-05-19T21:50:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44a53fd
- Parents:
- 83937ccd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/rd/rd.c
r83937ccd r854c564 211 211 } 212 212 213 int dev_handle;213 dev_handle_t dev_handle; 214 214 if (devmap_device_register(driver_phone, "initrd", &dev_handle) != EOK) { 215 215 ipc_hangup(driver_phone);
Note:
See TracChangeset
for help on using the changeset viewer.