Changeset 7f1c620 in mainline for arch/ia32/src/drivers/i8254.c
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/drivers/i8254.c
r991779c5 r7f1c620 79 79 void i8254_calibrate_delay_loop(void) 80 80 { 81 __u64clk1, clk2;82 __u32t1, t2, o1, o2;83 __u8not_ok;81 uint64_t clk1, clk2; 82 uint32_t t1, t2, o1, o2; 83 uint8_t not_ok; 84 84 85 85
Note:
See TracChangeset
for help on using the changeset viewer.