Changes in uspace/srv/hw/irc/obio/obio.c [8442d10:bf9cb2f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/obio/obio.c
r8442d10 rbf9cb2f 70 70 71 71 static uintptr_t base_phys; 72 static volatile uint64_t *base_virt ;72 static volatile uint64_t *base_virt = (volatile uint64_t *) AS_AREA_ANY; 73 73 74 74 /** Handle one connection to obio.
Note:
See TracChangeset
for help on using the changeset viewer.