Changeset 7f1c620 in mainline for arch/ia32/src/drivers/i8254.c


Ignore:
Timestamp:
2006-07-04T17:17:56Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ffa3ef5
Parents:
991779c5
Message:

Replace old u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/drivers/i8254.c

    r991779c5 r7f1c620  
    7979void i8254_calibrate_delay_loop(void)
    8080{
    81         __u64 clk1, clk2;
    82         __u32 t1, t2, o1, o2;
    83         __u8 not_ok;
     81        uint64_t clk1, clk2;
     82        uint32_t t1, t2, o1, o2;
     83        uint8_t not_ok;
    8484
    8585
Note: See TracChangeset for help on using the changeset viewer.