Ignore:
Timestamp:
2012-11-04T12:41:53Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d27a9c8f
Parents:
ef93167
Message:

libc: Make pio_read_* accept const ioports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c

    ref93167 rb5c2f56  
    6464} amdm37x_t;
    6565
    66 static void log(volatile void *place, uint32_t val, volatile void* base, size_t size, void *data, bool write)
     66static void log(const volatile void *place, uint32_t val, volatile void* base, size_t size, void *data, bool write)
    6767{
    6868        printf("PIO %s: %p(%p) %#"PRIx32"\n", write ? "WRITE" : "READ",
Note: See TracChangeset for help on using the changeset viewer.