Query: parport
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PARPORT(3) Structures PARPORT(3)NAMEparport - representation of a parallel portSYNOPSIS#include <ieee1284.h>DESCRIPTIONA parport structure represents a parallel port.STRUCTURE MEMBERSThe structure has the following members: struct parport { /* An artibrary name for the port. */ const char *name; /* The base address of the port, if that has any meaning, or zero. */ unsigned long base_addr; /* The ECR address of the port, if that has any meaning, or zero. */ unsigned long hibase_addr; /* The filename associated with this port, * if that has any meaning, or NULL. */ const char *filename; };AUTHORTim Waugh <twaugh@redhat.com> Author.COPYRIGHTCopyright (C) 2001-2003 Tim Waugh [FIXME: source] 06/17/2014 PARPORT(3)