Changeset bd41ac52 in mainline for uspace/drv/nic/rtl8139/general.h
- Timestamp:
- 2018-08-25T22:21:25Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cca80a2
- Parents:
- e2625b1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/general.h
re2625b1a rbd41ac52 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.