Subversion Repositories HelenOS

Rev

Rev 3906 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3906 Rev 3941
Line 192... Line 192...
192
                key_pressed(x);
192
                key_pressed(x);
193
        }
193
        }
194
    }
194
    }
195
}
195
}
196
 
196
 
197
irq_ownership_t z8530_claim(void *instance)
197
irq_ownership_t z8530_claim(irq_t *irq)
198
{
198
{
199
    return (z8530_read_a(&z8530, RR0) & RR0_RCA);
199
    return (z8530_read_a(&z8530, RR0) & RR0_RCA);
200
}
200
}
201
 
201
 
202
void z8530_irq_handler(irq_t *irq)
202
void z8530_irq_handler(irq_t *irq)