Skip to content

Struct opae_uio

ClassList > opae_uio

OPAE UIO device abstraction. More...

  • #include <uio.h>

Public Attributes

Type Name
int device_fd
char device_path
struct opae_uio_device_region * regions

Detailed Description

This structure is used to interact with the OPAE UIO API. Each UIO device has a file descriptor that is used to mmap its regions into user address space. Each device also has one or more MMIO regions.

Public Attributes Documentation

variable device_fd

int opae_uio::device_fd;

variable device_path

char opae_uio::device_path[OPAE_UIO_PATH_MAX];

variable regions

struct opae_uio_device_region* opae_uio::regions;

The documentation for this class was generated from the following file docs/sw/include/opae/uio.h