Blob Blame History Raw
.\"     Title: parport
.\"    Author: Tim Waugh <twaugh@redhat.com>
.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
.\"      Date: 09/18/2007
.\"    Manual: Structures
.\"    Source: 
.\"
.TH "PARPORT" "3" "09/18/2007" "" "Structures"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
parport \- representation of a parallel port
.SH "SYNOPSIS"
.sp
.RS 4
.nf
#include <ieee1284.h>
.fi
.RE
.SH "DESCRIPTION"
.PP
A
parport
structure represents a parallel port.
.SH "STRUCTURE MEMBERS"
.PP
The structure has the following members:
.sp
.RS 4
.nf
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;
};
.fi
.RE
.SH "AUTHOR"
.PP
\fBTim Waugh\fR <\&twaugh@redhat.com\&>
.sp -1n
.IP "" 4
Author.
.SH "COPYRIGHT"
Copyright \(co 2001\-2003 Tim Waugh
.br