Changes in kernel/arch/riscv64/src/drivers/ucb.c [fcfe416:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/riscv64/src/drivers/ucb.c
rfcfe416 ra35b458 53 53 if (!val) 54 54 return; 55 55 56 56 *fromhost = 0; 57 57 } … … 68 68 if (!htifdev) 69 69 return NULL; 70 70 71 71 outdev_initialize("htifdev", htifdev, &htifdev_ops); 72 72 return htifdev; … … 78 78 (((uint64_t) cmd) << 48) | 79 79 (payload & UINT64_C(0xffffffffffff)); 80 80 81 81 while (*tohost) 82 82 poll_fromhost(); 83 83 84 84 *tohost = val; 85 85 }
Note:
See TracChangeset
for help on using the changeset viewer.