lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 59b2adb was 323a5aaf, checked in by Jakub Vana <jakub.vana@…>, 17 years ago |
Legacy IRQ support, uspace NS16550 support, some minor changes
|
-
Property mode
set to
100644
|
File size:
184 bytes
|
Rev | Line | |
---|
[323a5aaf] | 1 | #include <libarch/ddi.h>
|
---|
| 2 | #include <sysinfo.h>
|
---|
| 3 |
|
---|
| 4 | uint64_t ia64_iospace_address=0;
|
---|
| 5 |
|
---|
| 6 |
|
---|
| 7 | uint64_t get_ia64_iospace_address(void)
|
---|
| 8 | {
|
---|
| 9 |
|
---|
| 10 | return sysinfo_value("ia64_iospace.address.virtual");
|
---|
| 11 |
|
---|
| 12 | }
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.