Changeset b5c2f56 in mainline for uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c
- Timestamp:
- 2012-11-04T12:41:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d27a9c8f
- Parents:
- ef93167
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c
ref93167 rb5c2f56 64 64 } amdm37x_t; 65 65 66 static void log( volatile void *place, uint32_t val, volatile void* base, size_t size, void *data, bool write)66 static void log(const volatile void *place, uint32_t val, volatile void* base, size_t size, void *data, bool write) 67 67 { 68 68 printf("PIO %s: %p(%p) %#"PRIx32"\n", write ? "WRITE" : "READ",
Note:
See TracChangeset
for help on using the changeset viewer.