struct_uio_port

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

struct_uio_port - description of a UIO port region

SYNOPSIS

 struct uio_port {
   unsigned long start;
   unsigned long size;
   int porttype;
   struct uio_portio * portio;
 };  
 

MEMBERS

start

start of port region

size

size of port region

porttype

type of port (see UIO_PORT_* below)

portio

for use by the UIO core only.