|
Re: Port mapped I/O instructions
|
08/20/2014 1:47 AM
post111502
|
Re: Port mapped I/O instructions
What you are looking for are the functions mmap_device_io(), munmap_device_io() declared in <sys/mman.h> as well as the
in8(), out8(), in16(), out16(), etc - functions from <hw/inout.h>.
|
|
|