summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-04-07 14:03:45 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-04-07 14:03:45 (GMT)
commit53fc14521a07817b3a4b89e5ca866cdd5221fc07 (patch)
treec81826d4b7a66e8be9ebb8e056a96cb0645b7bdb
parenta45a416fd4f85215ccccb1200dd2c0f0f74dba17 (diff)
downloadopenipcam-53fc14521a07817b3a4b89e5ca866cdd5221fc07.zip
openipcam-53fc14521a07817b3a4b89e5ca866cdd5221fc07.tar.gz
openipcam-53fc14521a07817b3a4b89e5ca866cdd5221fc07.tar.bz2
Forgotten header file for parallel port
-rw-r--r--uClinux-2.4.20-uc1/include/linux/parport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/include/linux/parport.h b/uClinux-2.4.20-uc1/include/linux/parport.h
index 841a5dd..5bf23b2 100644
--- a/uClinux-2.4.20-uc1/include/linux/parport.h
+++ b/uClinux-2.4.20-uc1/include/linux/parport.h
@@ -14,6 +14,10 @@
/* Maximum of 16 ports per machine */
#define PARPORT_MAX 16
+#ifndef WINBOND_83977
+#define WINBOND_83977
+#endif
+
/* Magic numbers */
#define PARPORT_IRQ_NONE -1
#define PARPORT_DMA_NONE -1