|
libpynq (release 5EWC0-2023 version 0.2.3 of 2023-10-06 18:15)
|
#include "uio.h"#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/mman.h>#include <unistd.h>
Go to the source code of this file.
Functions | |
| void * | setUIO (int uio_index, int length) |
| int | unsetUIO (void *uio_ptr, int length) |
| void * setUIO | ( | int | uio_index, |
| int | length | ||
| ) |