Changes in uspace/drv/root/root/root.c [2a37b9f:cde999a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/root/root/root.c
r2a37b9f rcde999a 84 84 * 85 85 * @param dev Device 86 * @return EOK on success or negativeerror code86 * @return EOK on success or an error code 87 87 */ 88 88 static int add_virtual_root_fun(ddf_dev_t *dev) … … 125 125 * 126 126 * @param dev Device 127 * @return EOK on success or negativeerror code127 * @return EOK on success or an error code 128 128 */ 129 129 static int add_platform_fun(ddf_dev_t *dev)
Note:
See TracChangeset
for help on using the changeset viewer.