Subversion Repositories HelenOS-historic

Rev

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

Rev 1702 Rev 1708
Line 316... Line 316...
316
}
316
}
317
 
317
 
318
/** Process i8042 interrupt.
318
/** Process i8042 interrupt.
319
 *
319
 *
320
 * @param n Interrupt vector.
320
 * @param n Interrupt vector.
321
 * @param stack Interrupted stack.
321
 * @param istate Interrupted state.
322
 */
322
 */
323
void i8042_interrupt(int n, istate_t *istate)
323
void i8042_interrupt(int n, istate_t *istate)
324
{
324
{
325
    __u8 x;
325
    __u8 x;
326
 
326