'\" t .\" Title: parport .\" Author: Tim Waugh .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 04/07/2024 .\" Manual: Structures .\" Source: [FIXME: source] .\" Language: English .\" .TH "PARPORT" "3" "04/07/2024" "[FIXME: source]" "Structures" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" parport \- representation of a parallel port .SH "SYNOPSIS" .sp .nf #include .fi .SH "DESCRIPTION" .PP A parport structure represents a parallel port\&. .SH "STRUCTURE MEMBERS" .PP The structure has the following members: .sp .if n \{\ .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 .if n \{\ .RE .\} .SH "AUTHOR" .PP \fBTim Waugh\fR <\&twaugh@redhat.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br Copyright \(co 2001-2003 Tim Waugh .br