]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/qdio.h
Misc: Add possibility to remove misc devices during suspend/resume
[linux-2.6-omap-h63xx.git] / include / asm-s390 / qdio.h
index 127f72e774197d9bdccb02029b9e01e443cb8c26..4b8ff55f680e4d6e26183d2da148c545054116d6 100644 (file)
@@ -120,6 +120,7 @@ extern unsigned long qdio_get_status(int irq);
 #define QDIO_FLAG_NO_INPUT_INTERRUPT_CONTEXT 0x08 /* no effect on
                                                     adapter interrupts */
 #define QDIO_FLAG_DONT_SIGA 0x10
+#define QDIO_FLAG_PCI_OUT   0x20
 
 extern int do_QDIO(struct ccw_device*, unsigned int flags, 
                   unsigned int queue_number,
@@ -183,7 +184,7 @@ struct qdr {
 #endif /* QDIO_32_BIT */
        unsigned long qiba;             /* queue-information-block address */
        unsigned int  res8;             /* reserved */
-       unsigned int  qkey    :  4;     /* queue-informatio-block key */
+       unsigned int  qkey    :  4;     /* queue-information-block key */
        unsigned int  res9    : 28;     /* reserved */
 /*     union _qd {*/ /* why this? */
                struct qdesfmt0 qdf0[126];