parport_list (3) Linux Manual Page
parport_list – a collection of parallel ports
Synopsis
#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 [at] redhat.com>
- Author.
Copyright
Copyright © 2001-2003 Tim Waugh
