Al's comments.

This commit is contained in:
Ben Gras 2005-10-22 02:19:16 +00:00
parent c178d8e0a4
commit d78c32d1c9

View File

@ -45,6 +45,8 @@
* |-------------+---------+---------+---------+---------+---------+---------| * |-------------+---------+---------+---------+---------+---------+---------|
* | DEV_CLOSE |minor dev| proc nr | | | | | * | DEV_CLOSE |minor dev| proc nr | | | | |
* |-------------+---------+---------+---------+---------+---------+---------| * |-------------+---------+---------+---------+---------+---------+---------|
* | DEV_SELECT | | | | | | |
* |-------------+---------+---------+---------+---------+---------+---------|
* | DEV_STATUS | | | | | | | * | DEV_STATUS | | | | | | |
* |-------------+---------+---------+---------+---------+---------+---------| * |-------------+---------+---------+---------+---------+---------+---------|
* | CANCEL |minor dev| proc nr | | | | | * | CANCEL |minor dev| proc nr | | | | |
@ -56,7 +58,6 @@
* Jul 13, 2004 support for function key observers (Jorrit N. Herder) * Jul 13, 2004 support for function key observers (Jorrit N. Herder)
*/ */
#include "../drivers.h"
#include "../drivers.h" #include "../drivers.h"
#include <termios.h> #include <termios.h>
#if ENABLE_SRCCOMPAT || ENABLE_BINCOMPAT #if ENABLE_SRCCOMPAT || ENABLE_BINCOMPAT