Subversion Repositories HelenOS-historic

Rev

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

Rev 1480 Rev 1595
Line 64... Line 64...
64
{
64
{
65
    panic("not implemented\n");
65
    panic("not implemented\n");
66
    /* TODO */
66
    /* TODO */
67
}
67
}
68
 
68
 
69
#include <print.h>
-
 
70
/** Handler of externul interrupts */
69
/** Handler of externul interrupts */
71
void extint_handler(int n, istate_t *istate)
70
void extint_handler(int n, istate_t *istate)
72
{
71
{
73
    int inum;
72
    int inum;
74
 
73