Subversion Repositories HelenOS

Rev

Rev 4343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4343 Rev 4344
Line 117... Line 117...
117
    }
117
    }
118
}
118
}
119
 
119
 
120
void pic_eoi(void)
120
void pic_eoi(void)
121
{
121
{
122
    pio_write_8(0x20, 0x20);
122
    pio_write_8((ioport8_t *)0x20, 0x20);
123
    pio_write_8(0xa0, 0x20);
123
    pio_write_8((ioport8_t *)0xa0, 0x20);
124
}
124
}
125
 
125
 
126
void pic_spurious(int n __attribute__((unused)), istate_t *istate __attribute__((unused)))
126
void pic_spurious(int n __attribute__((unused)), istate_t *istate __attribute__((unused)))
127
{
127
{
128
#ifdef CONFIG_DEBUG
128
#ifdef CONFIG_DEBUG