Changeset b7fd2a0 in mainline for uspace/drv/nic/rtl8139/general.c
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/general.c
r36f0738 rb7fd2a0 83 83 * @return EOK if succeed, error code otherwise 84 84 */ 85 int rtl8139_timer_act_init(rtl8139_timer_act_t * ta, uint32_t timer_freq,85 errno_t rtl8139_timer_act_init(rtl8139_timer_act_t * ta, uint32_t timer_freq, 86 86 const struct timeval *time) 87 87 {
Note:
See TracChangeset
for help on using the changeset viewer.