libpynq (release 5EWC0-2023 version 0.2.0 of 2023-08-28 20:33)
Loading...
Searching...
No Matches
uio.c
Go to the documentation of this file.
1#include <uio.h>
2void *setUIO(int uio_index, int length){};
3int unsetUIO(void *uio_ptr, int length){};
void * setUIO(int uio_index, int length)
Definition uio.c:2
int unsetUIO(void *uio_ptr, int length)
Definition uio.c:3