pcmcia: re-work pcmcia_request_irq()
[deliverable/linux.git] / include / pcmcia / cs.h
index af615716dc23947cc0459dbc0a11f4134a64fa05..a04e6caa585ae6296c7ba9213796024c8789cf18 100644 (file)
@@ -114,13 +114,6 @@ typedef struct io_req_t {
 #define IO_DATA_PATH_WIDTH_16  0x08
 #define IO_DATA_PATH_WIDTH_AUTO        0x10
 
-/* For RequestIRQ and ReleaseIRQ */
-typedef struct irq_req_t {
-       u_int           Attributes;
-       u_int           AssignedIRQ;
-       irq_handler_t   Handler;
-} irq_req_t;
-
 /* Attributes for RequestIRQ and ReleaseIRQ */
 #define IRQ_TYPE                       0x03
 #define IRQ_TYPE_EXCLUSIVE             0x00
This page took 0.030809 seconds and 5 git commands to generate.