parport_list (3)
Leading comments
Title: parport_list Author: Tim Waugh <twaugh@redhat.com> Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> Date: 09/18/2007 Manual: Structures Source:
NAME
parport_list - a collection of parallel portsSYNOPSIS
-
#include <ieee1284.h>
DESCRIPTION
A parport_list structure is just a vector of parport structures.
STRUCTURE MEMBERS
The structure has the following members:
-
struct parport_list { /* Number of elements in the vector. */ int portc; /* The ports. */ struct parport **portv; };
AUTHOR
Tim Waugh <twaugh@redhat.com>
- Author.