Changeset a35b458 in mainline for uspace/drv/nic/rtl8139/general.h
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8139/general.h
r3061bc1 ra35b458 45 45 /** Register value set in the last timer period */ 46 46 uint32_t last_val; 47 47 48 48 /** Register value set in the common timer period */ 49 49 uint32_t full_val; 50 50 51 51 /** Amount of full register periods in timer period */ 52 52 size_t full_skips; 53 53 54 54 /** Remaining full register periods to the next period end */ 55 55 size_t full_skips_remains; 56 56 57 57 /** Mark if there is a last run */ 58 58 int last_run;
Note:
See TracChangeset
for help on using the changeset viewer.