![]() |
![]() |
![]() |
Free access to a device's registers
#include <sys/mman.h> int munmap_device_io( uintptr_t io, size_t len );
libc
The function munmap_device_io() unmaps len bytes of device I/O memory at io (that was previously mapped with mmap_device_io()).
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
![]() |
![]() |
![]() |