Fixed header file problem.

Enhanced(?) timing.h with DELAY_AUTOSELECT.
Cheered up some comments, moved #ifndef FOO_H #define FOO_H to just after
the copyright and explanation comment.
This commit is contained in:
robijn
2001-12-27 16:22:09 +00:00
parent cea59d556e
commit 5d0b33c5ef
4 changed files with 80 additions and 37 deletions
+17 -2
View File
@@ -1,5 +1,20 @@
// This file contains defines to control the LPT port.
// A lot of this was originally in hd44780-low.h
/*
* This file contains defines to control the LPT port.
* A lot of this was originally in hd44780-low.h
*
* Moved from the HD44780 driver by Joris Robijn.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 2000, 1999, 1995 Benjamin Tse <blt@Comports.com>
* 2001 Joris Robijn <joris@robijn.net>
* 2001 Mark Haemmerling <mail@markh.de>
* 2000 Charles Steinkuehler <cstein@newtek.com>
* 1999 Andrew McMeikan <andrewm@engineer.com>
* 1998 Richard Rognlie <rrognlie@gamerz.net>
* 1997 Matthias Prinke <m.prinke@trashcan.mcnet.de>
*/
#ifndef LPT_PORT_H
#define LPT_PORT_H