1PARPORT_LIST(3)                   Structures                   PARPORT_LIST(3)
2
3
4

NAME

6       parport_list - a collection of parallel ports
7

SYNOPSIS

9       #include <ieee1284.h>
10

DESCRIPTION

12       A parport_list structure is just a vector of parport structures.
13

STRUCTURE MEMBERS

15       The structure has the following members:
16
17           struct parport_list {
18             /* Number of elements in the vector. */
19             int portc;
20
21             /* The ports. */
22             struct parport **portv;
23           };
24

AUTHOR

26       Tim Waugh <twaugh@redhat.com>
27           Author.
28
30       Copyright © 2001-2003 Tim Waugh
31
32
33
34[FIXME: source]                   06/17/2014                   PARPORT_LIST(3)
Impressum