source: mainline/uspace/lib/c/arch/ia64/src/ddi.c@ 40e29f5

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 40e29f5 was 63f8966, checked in by Martin Decky <martin@…>, 16 years ago

rename library directories (the common "lib" prefix is already in the upper directory)

  • Property mode set to 100644
File size: 184 bytes
RevLine 
[323a5aaf]1#include <libarch/ddi.h>
2#include <sysinfo.h>
3
4uint64_t ia64_iospace_address=0;
5
6
7uint64_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.