patch-2.2.17 linux/include/linux/openpic.h
Next file: linux/include/linux/pc300.h
Previous file: linux/include/linux/ntfs_fs_sb.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/include/linux/openpic.h
- Orig date:
Mon Sep 4 18:37:11 2000
diff -u --recursive --new-file v2.2.16/include/linux/openpic.h linux/include/linux/openpic.h
@@ -262,8 +262,12 @@
* Interrupt Source Registers
*/
-#define OPENPIC_SENSE_POLARITY 0x00800000 /* Undoc'd */
+#define OPENPIC_POLARITY_POSITIVE 0x00800000
+#define OPENPIC_POLARITY_NEGATIVE 0x00000000
+#define OPENPIC_POLARITY_MASK 0x00800000
#define OPENPIC_SENSE_LEVEL 0x00400000
+#define OPENPIC_SENSE_EDGE 0x00000000
+#define OPENPIC_SENSE_MASK 0x00400000
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)