Changeset b800b0e in mainline for uspace/drv/infrastructure/rootmac/rootmac.c
- Timestamp:
- 2012-10-23T13:16:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ecf5b8
- Parents:
- 32b3a12 (diff), b2ac3998 (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
-
uspace/drv/infrastructure/rootmac/rootmac.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootmac/rootmac.c
r32b3a12 rb800b0e 179 179 { 180 180 printf("%s: HelenOS Mac platform driver\n", NAME); 181 ddf_log_init(NAME , LVL_ERROR);181 ddf_log_init(NAME); 182 182 rootmac_fun_ops.interfaces[HW_RES_DEV_IFACE] = &fun_hw_res_ops; 183 183 return ddf_driver_main(&rootmac_driver);
Note:
See TracChangeset
for help on using the changeset viewer.
