Changes in uspace/drv/test1/test1.c [c245f16e:9f6c5ef0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/test1/test1.c
rc245f16e r9f6c5ef0 64 64 65 65 int rc = child_device_register_wrapper(parent, name, 66 match_id, match_score );66 match_id, match_score, NULL); 67 67 68 68 if (rc == EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.