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