Changeset 3795f9c in mainline for uspace/drv/infrastructure/rootmac/rootmac.c
- Timestamp:
- 2012-07-20T14:46:43Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9e279c4
- Parents:
- e3122b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootmac/rootmac.c
re3122b0 r3795f9c 137 137 static int rootmac_dev_add(ddf_dev_t *dev) 138 138 { 139 #if 0 139 140 /* Register functions */ 140 141 if (!rootmac_add_fun(dev, "pci0", "intel_pci", &pci_data)) 141 142 ddf_msg(LVL_ERROR, "Failed to add functions for Mac platform."); 143 #else 144 (void)pci_data; 145 (void)rootmac_add_fun; 146 #endif 142 147 143 148 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.