Subversion Repositories HelenOS-historic

Rev

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

Rev 329 Rev 332
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __INTERRUPT_H__
29
#ifndef __INTERRUPT_H__
30
#define __INTERRUPT_H__
30
#define __INTERRUPT_H__
31
 
31
 
-
 
32
#include <arch/exception.h>
-
 
33
 
32
#define TIMER_INTERRUPT   7
34
#define TIMER_INTERRUPT   7
33
 
35
 
34
extern void interrupt(void);
36
extern void interrupt(struct exception_regdump *pstate);
35
 
37
 
36
#endif
38
#endif