Changes in uspace/drv/nic/rtl8139/general.h [a35b458:205f1add] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/general.h
ra35b458 r205f1add 36 36 37 37 #include <stddef.h> 38 #include <stdint.h> 38 39 #include <time.h> 39 40 … … 62 63 size_t); 63 64 extern errno_t rtl8139_timer_act_init(rtl8139_timer_act_t *, uint32_t, 64 const struct time val*);65 const struct timespec *); 65 66 extern int rtl8139_timer_act_step(rtl8139_timer_act_t *, uint32_t *); 66 67
Note:
See TracChangeset
for help on using the changeset viewer.